Unix shell implementaiton in C. Shell uses mixture of commands that are implemented using system calls and inbuilt binaries that are already present in Unix.
- ls
- grep
- cat
- mv
- cp
- cd
- pwd
- rm
- chmod
- mkdir
- Direct to the project directory.
- run
make
- execute
./shell