Skip to content

Instantly share code, notes, and snippets.

View gl1tchh's full-sized avatar
🕳️
down the AI rabbithole

gl1tchh

🕳️
down the AI rabbithole
View GitHub Profile
@gl1tchh
gl1tchh / startTerminator.vbs
Created July 22, 2019 12:22
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