Skip to content

Instantly share code, notes, and snippets.

@thermosym
Created March 9, 2014 13:30
Show Gist options
  • Select an option

  • Save thermosym/9447763 to your computer and use it in GitHub Desktop.

Select an option

Save thermosym/9447763 to your computer and use it in GitHub Desktop.
Process process = new ProcessBuilder(command).start();
new PrintStream(process.getInputStream()).start();
process.waitFor();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment