This is the repository of a school project aiming at creating a shell able to replicate the behavior of the Unix shell. It supports job controls, pipes, redirection, and background processes.
The project is built using C langage and its built-ins libraries. The architecture is detailled in the README file but is in french.
To use this project, start by cloning it in your computer.
git clone https://github.com/iamlouislab/minishellThen you can use the provided Makefile to build the project.
makeFinally you can run the project by typing:
./minishell