examples: improve shell session usability
- Add usage prompt when starting shell sessions
- Give all examples an uniform interface ("c") for running commands
or starting a shell on the node.
This commit is contained in:
@@ -38,6 +38,7 @@ nixops deploy -d bitcoin-node
|
||||
# Connect to node
|
||||
nixops ssh bitcoin-node systemctl status bitcoind
|
||||
|
||||
c() { nixops ssh bitcoin-node "$@"; }
|
||||
# Uncomment to start a shell session here
|
||||
# . start-bash-session.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user