42 Project by csapt & rolaforg
In this project, we have to recreate a lighter bash shell but with a lot of specificities.
This project has been coded in C and we use norminettev3 for format code.
Here are the commands to follow to try the project.
- MacOS 10.14
- GCC
- Make
- Clone the repo
git clone https://github.com/clement0910/minishell
- Create executable
Make
- Launch Project
./Minishell

