This project is a custom shell implementation, built as part of the 42 school curriculum. It aims to recreate a simplified version of a standard Unix shell (like bash).
- A C compiler (e.g., GCC, Clang)
- The
makeutility
-
Clone the repository:
git clone https://github.com/goncalotr/42_minishell_project.git cd minishell -
Compile:
make
This will create an executable named
minishell.
Run the shell:
./minishell