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