forked from Raphael/SCHALE.GameServer
4 lines
143 B
PowerShell
4 lines
143 B
PowerShell
|
#!/usr/bin/env pwsh
|
||
|
$schaleDbUrl = 'https://beta.schaledb.com/data/cn/students.min.json'
|
||
|
Invoke-WebRequest $schaleDbUrl -OutFile students.json
|