This 42's curriculum project implements a simplified implementation of the bash shell written in C from the ground up. Build together with @jsimonis
- Containing 7 builtins:
- cd, echo, env, exit, export, pwd, unset
- Redirects, heredoc and pipes
- >>, <<, >, <, |
On MacOS run
brew install readline
make
./minishell
