mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
4 lines
92 B
Bash
4 lines
92 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker exec -ti btcpayservertests_bitcoind_1 bitcoin-cli -datadir="/data" "$@"
|