From 98a70af838d5f97291c2bae78b62c78560d728c4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 7 Apr 2025 18:33:48 -0400 Subject: Add readmes --- lib/shell/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/shell/README.md (limited to 'lib/shell') diff --git a/lib/shell/README.md b/lib/shell/README.md new file mode 100644 index 00000000..4adb8cff --- /dev/null +++ b/lib/shell/README.md @@ -0,0 +1,13 @@ +# Shell + +This module defines a `lang` for running shell scripts: + +```tomo +use shell + +>> $Shell" + seq 5 + echo DONE +":get_output() += "1$\n2$\n3$\n4$\n5$\nDONE" +``` -- cgit v1.2.3