Delta-v/runclient.sh

4 lines
90 B
Bash
Executable File

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