This program was developed in Operating system Course using c language. It is a basic os terminal-like shell where following commands are supported
- ls
- pwd
- push
- pop
- cd
- exit
This is Unix/Linux based program. You can run following command to compile it.
gcc sh.c -o myshell.o
To run the compiled executable run the following command.
./myshell.o