winiso-valhalla/winfs/Scripts/Startup.ps1

7 lines
168 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:20:02 +00:00
& "X:\git\git.exe" clone https://git.nuth.ch/manuth/PortValhalla.git;
2023-06-21 19:31:49 +00:00
Set-Location PortValhalla;
pwsh;