minishell project from 42 school
Download repository including the libft submodule:
git clone --recursive https://github.com/jdomingu98/minishell.git
or:
git clone https://github.com/jdomingu98/minishell.git
git submodule update --init --recursive
To compile the project, execute cd
into the cloned repository and use:
make
To run the program:
./minishell