hush/shell
Eric Andersen ff9eee475f 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
2001-06-29 04:57:14 +00:00
..
ash.c Remove vodz from credits, per his request 2001-06-28 16:43:57 +00:00
cmdedit.c Vladimir's last_patch_15 2001-06-26 02:06:08 +00:00
cmdedit.h Remove unneeded stuff. 2001-06-28 03:22:19 +00:00
hush.c More thrashing about trying to make hush behave itself wrt job 2001-06-28 01:10:11 +00:00
lash.c don't whine if all we need to do is remove a bg job 2001-06-27 17:29:11 +00:00
msh.c This is a busybox port of the Minix shell. It is reasonably capable, 2001-06-29 04:57:14 +00:00