4 lines
144 B
PowerShell
4 lines
144 B
PowerShell
#!/bin/pwsh
|
|
. "$PSScriptRoot/../../Scripts/BashScript.ps1";
|
|
Start-BashScript "bash `"$PSScriptRoot/../../../Common/Config/vscode/install.sh`"";
|