Skip to content

Instantly share code, notes, and snippets.

@zeptometer
Created November 21, 2015 05:33
Show Gist options
  • Select an option

  • Save zeptometer/d90381969c2829ee667c to your computer and use it in GitHub Desktop.

Select an option

Save zeptometer/d90381969c2829ee667c to your computer and use it in GitHub Desktop.
Cygwin/XでどっかからGUIを持ってくるためのjscript
var cyg = ""
var disp = ""
var user = ""
var host = ""
var cmd = ""
WScript.CreateObject("WScript.Shell").run(cyg + "\\bin\\env.exe DISPLAY=" + disp +" " +
cyg + "\\bin\\ssh.exe -Y " + user + "@" + host + " " + cmd, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment