This project is about creating a simple shell.
Yes, your own little bash.
You will learn a lot about processes and file descriptors.
Thanks to Minishell, you’ll be able to travel through time
and come back to problems people faced when Windows didn’t exist.
1. 🗜️Compiling the project :
$ make
2. 🧹Cleaning all binary (.o) :
$ make clean
2. 🪦Cleaning all binary (.o) and executable file :
$ make fclean