winiso-valhalla/winfs/Scripts/Startup.ps1

7 lines
183 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-07-12 22:14:01 +00:00
Set-Alias git "X:/git/bin/git.exe";
git clone https://git.nuth.ch/manuth/PortValhalla.git;
2023-06-21 19:31:49 +00:00
Set-Location PortValhalla;