btcpayserver/run.sh
2018-03-06 09:23:08 -05:00

4 lines
112 B
Bash
Executable File

#!/bin/bash
dotnet run --no-launch-profile --no-build -c Release -p "BTCPayServer/BTCPayServer.csproj" -- "$@"