PortValhalla/scripts/Windows/Config/vscode/Install.ps1

4 lines
144 B
PowerShell
Raw Normal View History

2024-03-25 18:54:26 +00:00
#!/bin/pwsh
. "$PSScriptRoot/../../Scripts/BashScript.ps1";
Start-BashScript "bash `"$PSScriptRoot/../../../Common/Config/vscode/install.sh`"";