6 lines
112 B
Bash
6 lines
112 B
Bash
#!/bin/sh
|
|
|
|
service nginx start
|
|
|
|
cd /app/API/
|
|
dotnet skydiveLogs-api.dll --verbose d --urls=http://localhost:5001 |