6
StarHorizon_Public/runclient-Tools.sh
2025-12-27 15:27:38 +03:00

4 lines
102 B
Bash
Executable File

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