A custom shell written in C
There are currently 4 builtin commands: cd, help, exit, and history
| Command | Description |
|---|---|
make |
Compile and run the program |
make run |
Compile and run the program |
make compile |
Compile the program |
make clean |
Clean up the obj and bin directories |
You can find the documentation for how this project works on the doc directory
