Skip to content

Instantly share code, notes, and snippets.

@AFNordal
Created July 13, 2023 15:06
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 AFNordal/38bf2a7a2c3d186a187c50ee27de0f9a to your computer and use it in GitHub Desktop.
Save AFNordal/38bf2a7a2c3d186a187c50ee27de0f9a to your computer and use it in GitHub Desktop.
vbs script to open terminator in wsl
args = "-c" & " -l " & """terminator -bm --working-directory=[***WORK DIR***]"""
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