winiso-valhalla/winfs/Scripts/Startup.ps1

7 lines
192 B
PowerShell
Raw Normal View History

2023-06-21 19:31:49 +00:00
$null = $env:WIN_COMPUTER_NAME;
$null = $env:SETUP_SCRIPT_NAME;
2024-07-23 08:35:25 +00:00
Set-Alias git "X:/software/git/bin/git.exe";
2023-07-12 22:14:01 +00:00
git clone https://git.nuth.ch/manuth/PortValhalla.git;
2023-06-21 19:31:49 +00:00
Set-Location PortValhalla;