A simplified shell based on Bash.
Usage:
Git clone the repository and install the Readline library. For Ubuntu for example:
sudo apt-get install libreadline-dev
In the root directory type "make".
To start the minibash, type "./minibash".
To exit minibash, type "exit".
To delete all binary files, type "make fclean".