6
StarHorizon_Public/runserver-Tools.sh
2025-11-07 12:32:48 +03:00

4 lines
102 B
Bash
Executable File

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