Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 371 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 371 Bytes

Mini_Bash

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".