mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
3 lines
117 B
Bash
Executable file
3 lines
117 B
Bash
Executable file
#!/bin/bash
|
|
|
|
dotnet run --no-launch-profile --no-build -c Release --project "BTCPayServer/BTCPayServer.csproj" -- $@
|