diff options
author | Andrzej Bialecki <abial@FreeBSD.org> | 1998-10-21 17:36:28 +0000 |
---|---|---|
committer | Andrzej Bialecki <abial@FreeBSD.org> | 1998-10-21 17:36:28 +0000 |
commit | 7a3f6274635568976fafb71d8616da066dcb57ed (patch) | |
tree | eaf00dc8f338cc6dacb46990c3697df08542f6a4 /release/picobsd/tinyware/msh/README | |
parent | cfe10d7fc6637c838204da3fab886368a103fdb3 (diff) | |
download | src-7a3f6274635568976fafb71d8616da066dcb57ed.tar.gz src-7a3f6274635568976fafb71d8616da066dcb57ed.zip |
Added two new utilities, both ported from Minix: mined (editor), and
msh (largely compatible Bourne shell).
Notes
Notes:
svn path=/head/; revision=40552
Diffstat (limited to 'release/picobsd/tinyware/msh/README')
-rw-r--r-- | release/picobsd/tinyware/msh/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/release/picobsd/tinyware/msh/README b/release/picobsd/tinyware/msh/README new file mode 100644 index 000000000000..5aa05f4a2b66 --- /dev/null +++ b/release/picobsd/tinyware/msh/README @@ -0,0 +1,13 @@ +Warsaw, 1998.10.21 + +This is a port of Minix /bin/sh shell. + +It's quite limited, but also quite small. One of most serious +limitations is lack of support for user-defined functions. Also, +globbing should be implemented with our glob(3) - the version in +sh4.c is rather primitive. + +Andrzej Bialecki +<abial@FreeBSD.org> + +$Id$ |