mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
4 lines
112 B
Bash
Executable File
4 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dotnet run --no-launch-profile --no-build -c Release -p "BTCPayServer/BTCPayServer.csproj" -- "$@"
|