This is a simple UNIX command interpreter based on bash and Sh.
Simple shell is a sh-compatible command language interpreter that executes commands read from the standard input or from a file.
The shell 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 hsh
./hsh