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