4d65f11c4c
Apologies to all parties involved - it wasn't intended... Reminded by: bde |
||
---|---|---|
.. | ||
LICENSE | ||
Makefile | ||
README | ||
sh1.c | ||
sh2.c | ||
sh3.c | ||
sh4.c | ||
sh5.c | ||
sh6.c | ||
sh.1 | ||
sh.h |
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 $