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/27f997627bc6158ee7372629685cb804 to your computer and use it in GitHub Desktop.
Save h4wkst3r/27f997627bc6158ee7372629685cb804 to your computer and use it in GitHub Desktop.
JRunscript & JJS Execute Local Script
//Windows
jrunscript C:\Temp\blah.js
jjs C:\Temp\blah.js
//Linux & macOS
jrunscript /tmp/blah.js
jjs /tmp/blah.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment