shell.c: Source codeMakefile: To compile the executableREADME.md: This file
make,make all, ormake shellbuilds the executableshell./shellruns the executable inside the parent shell. This is my implementation of the Unix Shell. The prompt ends with$and takes commands- Exit the shell with the
exitcommand - Remove the executable with
make clean
