SCHALE.GameServer/SCHALE.Toolbox/Misc/update_students.ps1

4 lines
143 B
PowerShell
Raw Normal View History

#!/usr/bin/env pwsh
$schaleDbUrl = 'https://beta.schaledb.com/data/cn/students.min.json'
Invoke-WebRequest $schaleDbUrl -OutFile students.json