webtestpractice/MyWebApp/runwebapp.sh

6 lines
57 B
Bash

#!/usr/bin/env bash
sh nohup dotnet run &
disown
exit 0