4 lines
80 B
Bash
Executable File
4 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
dotnet run --project Content.Client
|
|
read -p "Press enter to continue"
|