aboutsummaryrefslogtreecommitdiff
path: root/lib/shell/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-09-01 17:39:20 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-09-01 17:39:20 -0400
commit2538b1b7461f9b06d6a6f43acd5609d916b1addc (patch)
tree061efdfc54351b1c644f1422e4f2c00bfefb1235 /lib/shell/README.md
parentd6d3f5711de85ab1c21f515b9d125d316d853c92 (diff)
parentadc2d81b5683e611c5f3289be6157d4519a60632 (diff)
Merge branch 'main' into formatter
Diffstat (limited to 'lib/shell/README.md')
-rw-r--r--lib/shell/README.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/shell/README.md b/lib/shell/README.md
deleted file mode 100644
index d4bcd42e..00000000
--- a/lib/shell/README.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# Shell
-
-This module defines a `lang` for running shell scripts:
-
-```tomo
-use shell_v1.0
-
->> $Shell"
- seq 5
- echo DONE
-":get_output()
-= "1$\n2$\n3$\n4$\n5$\nDONE"
-```