Minishell is an important project over the 42 common cursus where we have to create a simple shell. It has been coded with Dlitran.
Minishell should behave like bash, and the following built-in are implemented :
- cd
- export
- unset
- echo
- pwd
- exit
Get the repository :
git clone https://github.com/Mafranco31/minishell.gitCompile readline library, libft and minishell (it can takes 30 sec) :
cd minishell && makeRun :
./minishellHave fun !