#!/bin/bash nohup /bin/bash -c "export ASPNETCORE_ENVIRONMENT=dev && dotnet YLErpWeb.dll --urls=http://*:8091" > output.log 2>&1 &