diff --git a/groestlcoin-cli.ps1 b/groestlcoin-cli.ps1 new file mode 100755 index 0000000..7af9807 --- /dev/null +++ b/groestlcoin-cli.ps1 @@ -0,0 +1 @@ +docker exec -ti btcpayserver_groestlcoind groestlcoin-cli -datadir="/data" $args \ No newline at end of file diff --git a/groestlcoin-cli.sh b/groestlcoin-cli.sh new file mode 100755 index 0000000..02dbaa3 --- /dev/null +++ b/groestlcoin-cli.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +docker exec -ti btcpayserver_groestlcoind groestlcoin-cli -datadir="/data" "$@" \ No newline at end of file