gcc src.c -o bashic
./bashic
historyto display command history!Nto execute the Nth command in history!!to execute the last commandexitto terminate the shell
cd- Colorized prompt
- Children are sent SIGINT (not SIGKILL) when the shell terminates
- Command history
- scripting?
- multithreading?
