This project is the 42 curriculum version of bash. It is a simple shell, which works with multiple pipes, some basic signals, redirections (<,>,<<,>>) and a couple builtins like cd, export, env...
No external libraries have been used for this project and it is completely written in C.
Further detailed information: minishell_subject.pdf
clone the repository and run make
./minishell