diff options
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$ |