/CS344-Project3

My implemetation of a Shell in C

Primary LanguageC

Robert Jackson cs344, 5/23/16

To run the script, simply type make, and it will make the smallsh executable. Type ./smallsh to run.

**
At the moment, everything works manually, but I cannot run the test script. It totally bricks the input if I
leave out the flushes to stdin, and hangs if I leave them there obviously. I'm actively working on it.

**