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

4 lines
80 B
Bash
Executable File

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