4 lines
93 B
Bash
4 lines
93 B
Bash
#!/bin/bash
|
|
|
|
docker exec -ti btcpayserver_feathercoind feathercoin-cli -datadir="/data" "$@"
|