freebsd-dev/release/picobsd/tinyware/msh
Andrzej Bialecki 7a3f627463 Added two new utilities, both ported from Minix: mined (editor), and
msh (largely compatible Bourne shell).
1998-10-21 17:36:28 +00:00
..
Makefile Added two new utilities, both ported from Minix: mined (editor), and 1998-10-21 17:36:28 +00:00
README Added two new utilities, both ported from Minix: mined (editor), and 1998-10-21 17:36:28 +00:00
sh1.c Added two new utilities, both ported from Minix: mined (editor), and 1998-10-21 17:36:28 +00:00
sh2.c Added two new utilities, both ported from Minix: mined (editor), and 1998-10-21 17:36:28 +00:00
sh3.c Added two new utilities, both ported from Minix: mined (editor), and 1998-10-21 17:36:28 +00:00
sh4.c Added two new utilities, both ported from Minix: mined (editor), and 1998-10-21 17:36:28 +00:00
sh5.c Added two new utilities, both ported from Minix: mined (editor), and 1998-10-21 17:36:28 +00:00
sh6.c Added two new utilities, both ported from Minix: mined (editor), and 1998-10-21 17:36:28 +00:00
sh.1 Added two new utilities, both ported from Minix: mined (editor), and 1998-10-21 17:36:28 +00:00
sh.h Added two new utilities, both ported from Minix: mined (editor), and 1998-10-21 17:36:28 +00:00

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$