Skip to content

Instantly share code, notes, and snippets.

@h4wkst3r
Last active May 22, 2018 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h4wkst3r/7f383a1808585a2059777fdd4e5f9531 to your computer and use it in GitHub Desktop.
Save h4wkst3r/7f383a1808585a2059777fdd4e5f9531 to your computer and use it in GitHub Desktop.
JRunscript Execute System Command
//Windows
jrunscript -e "exec('cmd.exe /c dir')"
//Linux & macOS
jrunscript -e "exec('/bin/bash –c ls')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment