btcpayserver/run.sh

4 lines
112 B
Bash
Raw Normal View History

2018-03-06 15:23:08 +01:00
#!/bin/bash
2018-03-06 15:14:45 +01:00
dotnet run --no-launch-profile --no-build -c Release -p "BTCPayServer/BTCPayServer.csproj" -- "$@"