A basic shell written in C.
How to compile:
Download all the files and navigate to the corresponding folder. Type "make" to compile the project. Once the compilation is completed, you will obtain a binary file named "mysh". Simply launch it by running "./mysh" command.
That's it!