A simplified version of bash, written together with Francesco Aru (thank you for the collab). Our shell behaves like the bash (Unix OS X version) as much as possible in the way it parses, executes commands, handles errors, manages environment variables.
-
make
creates the executable named "minishell" -
make clean
removes object files -
make fclean
removes object files and the executable -
make re
callsfclean
followed byall
./minishell