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