mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
4 lines
92 B
Bash
Executable File
4 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker exec -ti btcpayservertests_bitcoind_1 bitcoin-cli -datadir="/data" "$@"
|