log.debug(exePath + " - Executing " + line);
}
ShellImpl sh = (ShellImpl) getShell();
try {
ProcessInfo pinfo = sh.execute(line);
InBuffer buf = null;
try {
buf = sh.getBuffer(pinfo.procid, 1);
} catch (org.jboss.fresh.shell.NoSuchProcessException ex) {