RSHELL is a simple Unix shell written in C++.
- Install the latest "libreadline-dev" library if not already installed.
Eg. with apt:
$ sudo apt-get install libreadline-dev
- Compile the cpp file as follows:
$ g++ -o shell shell.cpp -lreadline
$ ./shell
- Access command history using arrow keys, just like bash.
- Colored formatting for directory listing.
- Basic Built in commands