Minishell

School 42 project.

The goal of this project is to create a minimalist shell.

This will be a little copy of bash.

Authors

Deployment

To deploy this project run

git clone --recurse-submodules https://github.com/Lollith/minishell.git &&
cd minishell && make && ./minishell

Related

Here are some related projects

Submodule libft

pipex