Basic bash reimplementation in C
- sudo apt-get install libncurses5-dev
- make all
- Totally leak-free
- Totally norminette code-style respected
- History (like in bash)
- Built-ins:
echo,pwd,cd,env,export,unsetandexit - Return codes working correct
$? - Ofc, pipes, multiple commands, redirections, single and double quotes (except multiline, sorry)
