Name Date Size #Lines LOC

..22-Aug-2023-

MakefileH A D22-Aug-202391 93

READMEH A D22-Aug-2023339 149

msh.1H A D22-Aug-20236.9 KiB261260

sh.hH A D22-Aug-202310.2 KiB389264

sh1.cH A D22-Aug-202314.6 KiB954790

sh2.cH A D22-Aug-202312.3 KiB802699

sh3.cH A D22-Aug-202319.2 KiB1,144993

sh4.cH A D22-Aug-202313.2 KiB768654

sh5.cH A D22-Aug-202310.8 KiB676546

sh6.cH A D22-Aug-2023134 107

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<[email protected]>
12
13$Id$
14