A simple shell built using C
Install readline library and C compiler if not already installed.
sudo apt-get install build-essentials
sudo apt-get install libreadline-dev
- Clone the project
- Install the readline lib as mentioned above
gcc c_shell.c -lreadline