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

3 lines
112 B
Bash
Executable file

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