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

@ -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)