A dummy terminal which is able to run shell commands like ls,cat,gethostname
$make
$./shell
[SAMSHELL]$ ls
d .
d ..
f test
[SAMSHELL]$ cat test
this is a test file
[SAMSHELL]$ gethostname
dev.ubuntu
[SAMSHELL]$ exit
$
| Name | Name | Last commit date | ||
|---|---|---|---|---|