6
StarHorizon_Public/runclient-Tools.sh
2025-08-13 15:03:01 +03:00

4 lines
102 B
Bash
Executable File

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