//exampleConsole.attachProcess(choice);
}
if(line.startsWith("harlem")) {
//exampleConsole.attachProcess(harlem);
harlem.afterAttach();
}
if(line.trim().startsWith("less")) {
//is it getting input from pipe
if(exampleConsole.getShell().in().getStdIn().available() > 0) {
java.util.Scanner s = new java.util.Scanner(exampleConsole.getShell().in().getStdIn()).useDelimiter("\\A");