examples: add shell session snippets

This commit is contained in:
Erik Arvstedt
2020-04-15 18:55:02 +02:00
parent 1131c795dc
commit ade3f84317
3 changed files with 9 additions and 0 deletions
+3
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)