webtestpractice/MyWebApp/runwebapp.sh

6 lines
42 B
Bash
Executable File

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