60616263646566676869
System.out.println(" " + COMMAND_QUIT); System.out.println(" Quits shell"); } else { args = append(args, shellArgs); FeedClient shell = new FeedClient(args); shell.execute(args); } } }