CmdExit
55565758596061626364
} protected ExecutionContext getDefaultContext() { if (ctx == null) { ctx = new ExecutionContext(this); ctx.installCommand(new CmdHello()); ctx.installCommand(new CmdConsole()); } return ctx; }