This commit is contained in:
Greg Gauthier 2024-02-27 14:38:31 +00:00
parent ab7cb35aca
commit 436c19073c

View File

@ -1,5 +1,5 @@
#!/usr/bin/env sh
dotnet run &
disown
exec dotnet run &
exit 0