examples: add shell session snippets

This commit is contained in:
Erik Arvstedt 2020-04-15 18:54:02 +02:00
parent 1131c795dc
commit ade3f84317
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
3 changed files with 9 additions and 0 deletions

View File

@ -80,4 +80,7 @@ echo
echo "Bitcoind data dir:"
sudo ls -al /var/lib/containers/demo-node/var/lib/bitcoind
# Uncomment to start a shell session here
# export -f c; bash -li
# Cleanup happens at exit (see above)

View File

@ -38,4 +38,7 @@ nixops deploy -d bitcoin-node
# Connect to node
nixops ssh bitcoin-node systemctl status bitcoind
# Uncomment to start a shell session here
# bash -li
# Cleanup happens at exit (see above)

View File

@ -90,4 +90,7 @@ echo
echo "Node info:"
c nodeinfo
# Uncomment to start a shell session here
# export -f c; bash -li
# Cleanup happens at exit (see above)