This project has been created as part of the 42 curriculum by apuyane, mcomin
This project is about creating a simple shell.
To compile the project you should run this command
make all To clean the objects files, you should run this command
make clean
To clean the objects as well as the executable, you should run this command
make fclean
To recompile the project, you should run this command
make re
To launch the program, you have this command
./minishell
This project is using our Libft
...