Last active
February 17, 2024 04:41
-
-
Save abel0b/9eb6b7e0b42eb5a5184bc9070d76fb66 to your computer and use it in GitHub Desktop.
Run a powershell script from WSL Windows Subsystem for linux
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
powershell.exe "$(wslpath -w .)\myscript.ps1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment