$ git clone https://github.com/alissonmarcs/minishell.git
$ cd minishell
$ make
$ ./minishell
- Pipes
- Redirects
- Heredoc
- Variables
- Simple and double quotes.
- Builtins:
echo
,export
,env
,exit
,pwd
,cd
,unset
, andexit
. - Of course, execution of commands.
As a first group project of 42, I would like to leave here my thanks to matesant, my partner in doing this project.
If you find out some trouble when compile or run, please contact me by opening issue.