This is a clone of the Unix shell. It will perform basic operations like those of the unix shell, it reads user input, interprets commands and executes them by creating processes. To run it, compile the project and it will run as a child process of the shell process
HumphreyKn/simple_shell
We will create our own version of the shell, using C programming. This is a unix-like shell that displays a command prompt to indicate that it is ready to accept user input
C