Create a command history class.
Brought to you by:
pobrien
Create a command history class that stores/retrieves
previously executed commands. It should have a
lifespan that survives the shell.reset() method. You
should also be able to do shell.writefile() or savefile
() or something and create/append a file with all/some
of the commands executed during that session.