Delta-v/runclient-Tools.sh

4 lines
112 B
Bash
Executable File

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