A basic unix command shell with the ability to print a command prompt as well as execute commands.
- Exit does not properly execute when there was an error before it being called.
- Must be space between || and && connectors in order for commands to execute correctly.
In order to install this project(from the hammer server):
$ git clone https://github.com/nchun003/rshell.git
$ cd rshell
$ git checkout hw0
$ make
$ bin/rshell