btcpayserver/run.sh

4 lines
112 B
Bash
Raw Normal View History

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