Skip to content

Instantly share code, notes, and snippets.

@gl1tchh
Created July 22, 2019 12:22
Show Gist options
  • Save gl1tchh/a71602175752e24ef11d2d9416a3293b to your computer and use it in GitHub Desktop.
Save gl1tchh/a71602175752e24ef11d2d9416a3293b to your computer and use it in GitHub Desktop.
VBS Script for Terminator on Windows Ubuntu
args = "-c" & " -l " & """cd ;export DISPLAY=localhost:0 ;terminator"""
WScript.CreateObject("Shell.Application").ShellExecute "bash", args, "~", "open", 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment