12 lines
241 B
Markdown
12 lines
241 B
Markdown
# dotnet
|
|
|
|
dotnet run
|
|
git add .
|
|
git commit -m "Add steam running games"
|
|
git push origin master
|
|
dotnet publish -c Release -o ./publish
|
|
|
|
|
|
|
|
|
|
curl -X POST "http://<your-service-hostname-or-IP>:<port>/api/kill-process?id=<PID>" |