CS-433 Unix Shell
Created by: Tucker Shaw
Operating Systems!
This was just one out of five assignments for my OS class.
I had to create a UNIX shell from scratch using different methods such as:
Parsing commands, forking executions, and piping.
The pictures below are just some examples of the commands it can run.
The source code is available on my Github if you would like to check it out.