Created
July 13, 2023 15:06
-
-
Save AFNordal/38bf2a7a2c3d186a187c50ee27de0f9a to your computer and use it in GitHub Desktop.
vbs script to open terminator in wsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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