BasicShell A dummy terminal which is able to run shell commands like ls,cat,gethostname USAGE $make $./shell [SAMSHELL]$ ls d . d .. f test [SAMSHELL]$ cat test this is a test file [SAMSHELL]$ gethostname dev.ubuntu [SAMSHELL]$ exit $