School 42 project.
The goal of this project is to create a minimalist shell.
This will be a little copy of bash.
To deploy this project run
git clone --recurse-submodules https://github.com/Lollith/minishell.git &&
cd minishell && make && ./minishell
Here are some related projects