You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnbook/code/docker/bitcoind/bashrc

6 lines
202 B
Bash

# Use bash-completion, if available
alias bitcoin-cli="bitcoin-cli -datadir=/bitcoind"
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
. /usr/share/bash-completion/bash_completion