A bash-like shell written in C that provides an interactive input prompt for executing both built-in and non-built-in commands such as cd, ls, etc...
- Commands built into the shell are: exit, status, and cd
- Input and output redirection
- Execute background commands by forking new processes