This is a busybox port of the Minix shell. It is reasonably capable,
authorEric Andersen <andersen@codepoet.org>
Fri, 29 Jun 2001 04:57:14 +0000 (04:57 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 29 Jun 2001 04:57:14 +0000 (04:57 -0000)
commitff9eee475f61800fe33bd60ac12b8b29015cbcdd
tree968dffc286e9e7f315919abed567d3220805a147
parent66ca9480c8878285af3c1fceb526d592d1390579
This is a busybox port of the Minix shell.  It is reasonably capable,
handles all the basic stuff (for, case/esac, while, if/then/else), and
is very small (adds just 38k on x86).  It is not as rigorously correct
about Bourne semantics as bash, but for most things it is quite
workable.  There is still some work to be done to further shrink it (it
has its own globbing functions instead of using the libc ones, for
example), but it is quite usable as is.
 -Erik
msh.c [new file with mode: 0644]
shell/msh.c [new file with mode: 0644]