This repository contains the C code making up a basic UNIX shell that will be able to interpret user input commands through the command line. Like a linux terminal, this shell will simply wait for ...