mirror of
https://github.com/lnbook/lnbook
synced 2024-11-08 19:10:35 +00:00
6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
|
#!/bin/bash
|
||
|
#
|
||
|
# Helper script used as an alias for bitcoin-cli with the necessary arguments
|
||
|
#
|
||
|
/usr/bin/bitcoin-cli -datadir=/bitcoind -regtest $@
|