Created by: dbrownidau
Added a command processor!
It runs in another thread and reads/writes to stdin stdout.
Create a class that implements CommandProcessor
, add it to the ArrayList<CommandProcessor> cmds
in the CommandConsole()
constructor.