A working prototype of a simple shell built by Debajyoti Dasgupta (18CS30051) and Shubham Mishra (18CS10069) as the part of Operating Systems Laboratory Curriculum (CS39002) at IIT Kharagpur.
- The shell is a
simple shellthat can be used to execute commands on the command line. - The shell is built on top of the
POSIXshell and is capable of executing most pf the commands that are can be executed in aPOSIXshell. - The shell is also capable of executing commands in a
batch file. - Facilities like passing commands through
pipeshave also been implemented.
The following commands are all you need to run the shell.
$ make
$ ./dmsh
