This the a C Project ALX software enginering Course. This is a simple UNIX command line interpreter written fully in C. It basically prompts the user to imput commands,executes the commands, and gives an output.
Simply clone this repo with the following commands
- Clone the reporsitory with the following command.
~> git clone https://github.com/firdawse/Simple_Shell.git
- Change directory into the file
cd Simple_Shell
- Add the full procedure running the shell to the rest of this section
- Add the name of the files used in the project and give its functionality
- Add the procedure for building in this section(We will use MAKE)