2 lines
127 B
PowerShell
2 lines
127 B
PowerShell
Start-Process -Wait -FilePath "$PSScriptRoot/setup/install.sh";
|
|
Start-Process -Wait -FilePath "$PSScriptRoot/flow/install.sh";
|