mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
6 lines
100 B
PowerShell
6 lines
100 B
PowerShell
Set-StrictMode -Version Latest
|
|
|
|
Push-Location "$PSScriptRoot\..\.."
|
|
& archi_core.ps1 --upload
|
|
pause
|