winiso-valhalla/winfs/Scripts/Startup.ps1

7 lines
172 B
PowerShell
Raw Normal View History

2023-06-21 19:31:49 +00:00
$null = $env:WIN_COMPUTER_NAME;
$null = $env:SETUP_SCRIPT_NAME;
2023-06-22 13:36:05 +00:00
& "X:/git/bin/git.exe" clone https://git.nuth.ch/manuth/PortValhalla.git;
2023-06-21 19:31:49 +00:00
Set-Location PortValhalla;
pwsh;