As beutiful as a shell. This program tries to recreate/replicate the bash.
Clone this repository to your computer:
git clone https://github.com/MatPizzolo/minishell.git
First compile and install library
make
Execute with
./minishell
This program was made with @llanahp