Minishell is a simple shell implementation created for the 42 school project. It has been customized again in 2025 to further explore shell functionality and expand its features. 🖥️
This project only work on linux and wsl.
You can find the initial subject here.
You need to install theses command:
sudo apt-get install make gcc libreadline-devmake && ./minishellFor quiting the program, you need to use Ctrl + D.
