summaryrefslogtreecommitdiffstats
path: root/system/heirloom-sh/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/heirloom-sh/README')
-rw-r--r--system/heirloom-sh/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/heirloom-sh/README b/system/heirloom-sh/README
new file mode 100644
index 0000000000..ee9453c7d2
--- /dev/null
+++ b/system/heirloom-sh/README
@@ -0,0 +1,13 @@
+The Heirloom Bourne Shell is a portable variant of the traditional Unix
+shell. It has been derived from OpenSolaris code and thus implements the
+SVR4/SVID3 level of the shell.
+
+The Bourne shell is suitable for
+
+ * script portability testing
+ * processing of legacy scripts
+ * general script processing
+ * interactive use
+
+Note that this SlackBuild installs the shell as /usr/bin/hsh rather than
+/usr/5bin/sh.