Skip to content

Instantly share code, notes, and snippets.

@olblak
Created March 25, 2019 11:42
Show Gist options
  • Save olblak/f9aa77bb4ff792b40cb799982ad4886b to your computer and use it in GitHub Desktop.
Save olblak/f9aa77bb4ff792b40cb799982ad4886b to your computer and use it in GitHub Desktop.
Groovy exec command
#!/usr/bin/groovy
def cmd = "ls /tmp".execute()
println cmd.in.text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment