vat-software/cron.ps1
2023-03-28 11:54:20 +02:00

5 lines
124 B
PowerShell

Set-Location ([Environment]::GetFolderPath("MyDocuments"))
cd "VAT-Software"
git fetch --all
git reset --hard origin/master