6 lines
71 B
Bash
6 lines
71 B
Bash
#!/bin/sh
|
|
|
|
service nginx start
|
|
|
|
cd /app/API/
|
|
dotnet skydiveLogs-api.dll |