| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | 22-Aug-2023 | - | ||||
| Makefile | H A D | 22-Aug-2023 | 91 | 9 | 3 | |
| README | H A D | 22-Aug-2023 | 339 | 14 | 9 | |
| msh.1 | H A D | 22-Aug-2023 | 6.9 KiB | 261 | 260 | |
| sh.h | H A D | 22-Aug-2023 | 10.2 KiB | 389 | 264 | |
| sh1.c | H A D | 22-Aug-2023 | 14.6 KiB | 954 | 790 | |
| sh2.c | H A D | 22-Aug-2023 | 12.3 KiB | 802 | 699 | |
| sh3.c | H A D | 22-Aug-2023 | 19.2 KiB | 1,144 | 993 | |
| sh4.c | H A D | 22-Aug-2023 | 13.2 KiB | 768 | 654 | |
| sh5.c | H A D | 22-Aug-2023 | 10.8 KiB | 676 | 546 | |
| sh6.c | H A D | 22-Aug-2023 | 134 | 10 | 7 |
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