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