Skip to content

Instantly share code, notes, and snippets.

@shuji
Created February 8, 2012 01:53
Show Gist options
  • Save shuji/1764305 to your computer and use it in GitHub Desktop.
Save shuji/1764305 to your computer and use it in GitHub Desktop.
Process execute from Groovy
def process = "ls -la".execute()
process.waitFor()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment