2122232425262728293031
if (command != null) { found = true; try { command.exec((idx > 0) ? args.substring(idx) : null, out, err); } catch (Exception ex) { ex.printStackTrace(err); out.println("Unable to execute: " + args); } }