diff options
author | slakmagik <slakmagik@gmail.com> | 2010-12-15 22:44:07 -0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-12-17 07:56:48 -0600 |
commit | 33fb5cc27e33b9a000e39a79ccad69f976605bb2 (patch) | |
tree | fef8c269f3ff5bd5f78c8383495d0bd7983c7946 /system/heirloom-sh/README | |
parent | c0b229f21e7a7bdb26ca429b307f1580df71a79b (diff) | |
download | slackbuilds-33fb5cc27e33b9a000e39a79ccad69f976605bb2.tar.gz |
system/heirloom-sh: Added (portable variant of Unix shell)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/heirloom-sh/README')
-rw-r--r-- | system/heirloom-sh/README | 13 |
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. |