6
StarHorizon_Public/runserver.sh
2025-11-03 10:15:18 +03:00

4 lines
80 B
Bash
Executable File

#!/bin/sh
dotnet run --project Content.Server
read -p "Press enter to continue"