Project link: here.
With 1 other partner, I made a Linux/Unix shell that can do several Linux/Unix commands.
The shell can do the ls and echo commands. The shell can also do certain && and || commands.
Examples of commands that the shell can run include:
test -d /etc/aliases
(test to see if file /etc/aliases exists)cat lsOut.txt
(read a file named lsOut.txt)