A simple UNIX command interpreter making as a final project of the low-level programming and algorithm quarter at ALX school of software engineering
CoolSH
is a sh-compatible command language interpreter that executes commands read from the standard input or from a file.
Usage: CoolSH
is started with the standard input connected to the terminal. To start, compile all .c located in this repository by using this command:
gcc -Wall -Werror -Wextra -pedantic *.c -o coolsh ./coolsh is allowed to be invoked interactively and non-interactively. If CoolSH
is invoked with standard input not connected to a terminal, it reads and executes received commands in order.
BASSANAGA VI SAINT PAUL <saintbassanaga01@gmail.com>
ABOMO KONO Murielle Ursull <amurielleursull@gmail.com>
CoolSH
is a simple shell unix command interpreter that is part of the alx low level programming module at Alx School and is intended to emulate the basics sh shell. All the information given in this README is based on the sodash and bash man (1) pages.
CoolSH
is a simple shell unix command interpreter that is part of the alx low level programming module at Alx School and is intended to emulate the basics sh shell. All the information given in this README is based on the coolsh and bash man (1) pages.