Minishell is a shell implementation project for the 42 Common Core curriculum.
It supports basic shell functionalities, providing a hands-on approach to understanding shell operations and system calls in C.
- Command execution
- Input/output redirection
- Pipelines
- Signal handling
- Environment variable management
Clone the repository and compile the project using the Makefile:
git clone https://github.com/Kelho0812/Minishell.git
cd Minishell
makeRun the shell:
./minishell