examples: add option --interactive|-i

This commit is contained in:
Erik Arvstedt
2020-10-18 13:41:55 +02:00
parent 33ff8d82be
commit c19f7ebb01
5 changed files with 33 additions and 16 deletions

View File

@@ -3,7 +3,11 @@
USAGE_INFO='
Starting shell...
Run "c COMMAND" to execute a command on the bitcoin node
Run "c" to start a shell session inside the node'
Run "c" to start a shell session inside the node
Example:
c systemctl status bitcoind
'
# BASH_ENVIRONMENT contains definitions of read-only variables like 'BASHOPTS' that
# cause warnings on evaluation. Suppress these warnings while sourcing.