NameDateSize

..17-May-201914

MakefileH A D17-May-2019176

msh.1H A D17-May-20196.9 KiB

READMEH A D17-May-2019339

sh.hH A D17-May-201910.2 KiB

sh1.cH A D17-May-201914.6 KiB

sh2.cH A D17-May-201912.3 KiB

sh3.cH A D17-May-201919.2 KiB

sh4.cH A D17-May-201913.2 KiB

sh5.cH A D17-May-201910.8 KiB

sh6.cH A D17-May-2019134

README

1This is a port of Minix /bin/sh shell.
2
3It's quite limited, but also quite small. One of most serious
4limitations is lack of support for user-defined functions. Also,
5globbing should be implemented with our glob(3) - the version in
6sh4.c is rather primitive.
7
8This version is under BSD license.
9
10Andrzej Bialecki
11<abial@FreeBSD.org>
12
13$Id$
14