Skip to content

Instantly share code, notes, and snippets.

@zeptometer
Created December 5, 2014 14:24
Show Gist options
  • Select an option

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

Select an option

Save zeptometer/c0d8c5a64cb0487c42f0 to your computer and use it in GitHub Desktop.
リモートマシンからX転送でプログラムを実行するあれ
var sh = new ActiveXObject( "WScript.Shell" );
sh.Run("C:\\cygwin64\\bin\\ssh.exe -Y cetinje \"LANG=ja_JP.utf-8 lxterminal\"", 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment