README revision 72339
1178479SjbThis is a port of Minix /bin/sh shell.
2178479Sjb
3178479SjbIt's quite limited, but also quite small. One of most serious
4178479Sjblimitations is lack of support for user-defined functions. Also,
5178479Sjbglobbing should be implemented with our glob(3) - the version in
6178479Sjbsh4.c is rather primitive.
7178479Sjb
8178479SjbThis version is under BSD license.
9178479Sjb
10178479SjbAndrzej Bialecki
11178479Sjb<abial@FreeBSD.org>
12178479Sjb
13178479Sjb$Id$
14178479Sjb