This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
btcpayserver-docker
mirror of
https://github.com/lukechilds/btcpayserver-docker.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
1146
Commits
11
Branches
0
Tags
2.9 MiB
Tree:
4cfa4439e8
btcpayserver-docker
/
dogecoin-cli.sh
4 lines
87 B
Raw
Normal View
History
add missing doge-cli scripts
6 years ago
#!/bin/bash
docker
exec
-ti btcpayserver_dogecoind dogecoin-cli -datadir
=
"/data"
"
$@
"