output = new ArrayList<String>();
for (String s:cc.split("\\n")) {
this.output.add(s);
}
if (ret!=0) {
throw new ShellException(p);
}
} catch (IOException e) {
throw new RuntimeException(e);
} catch (InterruptedException e) {
throw new RuntimeException(e);