btcpayserver/run.sh

4 lines
117 B
Bash
Raw Normal View History

2018-03-06 15:23:08 +01:00
#!/bin/bash
2022-06-20 06:07:58 +02:00
dotnet run --no-launch-profile --no-build -c Release --project "BTCPayServer/BTCPayServer.csproj" -- $@