]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - release/picobsd/tinyware/msh/README
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / release / picobsd / tinyware / msh / README
1 This is a port of Minix /bin/sh shell.
2
3 It's quite limited, but also quite small. One of most serious
4 limitations is lack of support for user-defined functions. Also,
5 globbing should be implemented with our glob(3) - the version in
6 sh4.c is rather primitive.
7
8 This version is under BSD license.
9
10 Andrzej Bialecki
11 <abial@FreeBSD.org>
12
13 $Id$