freebsd-dev/release/picobsd/tinyware/msh
Dag-Erling Smørgrav d397408818 Usage style sweep: spell "usage" with a small 'u'.
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
2002-04-22 13:44:47 +00:00
..
Makefile
msh.1 mdoc(7) police: remove extraneous .Pp before and/or after .Sh. 2001-07-09 09:54:33 +00:00
README
sh1.c
sh2.c
sh3.c Usage style sweep: spell "usage" with a small 'u'. 2002-04-22 13:44:47 +00:00
sh4.c
sh5.c
sh6.c
sh.h

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.

This version is under BSD license.

Andrzej Bialecki
<abial@FreeBSD.org>

$Id$