An educational project written in C from scratch, which includes:
- forking processes to run a child command process (duh its a shell)
- syntax highlighting for executables in PATH and for error messages
- a few built-in commands, such as
exitandcd - prompt that displays the current working directory name
