freebsd-dev/release/picobsd/tinyware/msh
Andrzej Bialecki 4d65f11c4c This is a copyrighted software. I forgot to include the license here.
Apologies to all parties involved -  it wasn't intended...

Reminded by:	bde
1998-10-22 11:16:41 +00:00
..
LICENSE This is a copyrighted software. I forgot to include the license here. 1998-10-22 11:16:41 +00:00
Makefile Added two new utilities, both ported from Minix: mined (editor), and 1998-10-21 17:36:28 +00:00
README This is a copyrighted software. I forgot to include the license here. 1998-10-22 11:16:41 +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.

This is a copyrighted software - see the file LICENSE. In short,
it allows you to use it for research and educational purposes only.

Andrzej Bialecki
<abial@FreeBSD.org>

$Id: README,v 1.1 1998/10/21 17:36:28 abial Exp $