installCommand(new CmdEnv());
installCommand(new CmdHistory());
installCommand(new CmdSet());
installCommand(new CmdPwd());
installCommand(new CmdExit());
installCommand(new CmdStore());
installCommand(new CmdLoad());
installCommand(new CmdExec());
}