OmnichordGodot/test/run-web.ps1

6 lines
181 B
PowerShell
Raw Permalink Normal View History

2024-06-27 02:08:18 -03:00
# Get full path of "webserver.py" script
$script = $PSScriptRoot + "\webserver.py"
# Move to export folder
Set-Location "$PSScriptRoot\..\export\web"
# Run the script
python $script