mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
4 lines
79 B
Bash
Executable file
4 lines
79 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd BTCPayServer/bin/Release/publish/
|
|
dotnet "BTCPayServer.dll" $@
|