A simple Shell coded in C that runs simple UNIX commands and navigate through directories.
Instructions to run:
- First install the readline lib
sudo apt-get install libreadline-dev
- Run the Makefile or compile with the following parameters
gcc bash.c -o bash -lreadline
- Run the compiled file
./bash
-
type help to see the available commands
-
Enjoy!