18192021222324252627
do { System.out.print("shell: "); cmd = sc.nextLine(); interpreter.parseCommand(cmd); } while (!cmd.equals("exit")); } }