Console
6364656667686970717273
return ctx; } public Console getConsole() { if (console == null) { console = new Console(this); iCtx = new ConsoleExecutionContext(this); iCtx.installCommand(new CmdLs()); iCtx.installCommand(new CmdCd()); iCtx.installCommand(new CmdCtx()); try {