4 lines
81 B
Bash
4 lines
81 B
Bash
#!/bin/bash
|
|
|
|
docker exec -ti btcpayserver_bgoldd bgold-cli -datadir="/data" "$@"
|