[BusyBox-cvs] cvs commit to busybox by andersen

andersen at busybox.net andersen at busybox.net
Fri Jun 29 04:57:14 UTC 2001


Repository: busybox
who:        andersen
time:       Thu Jun 28 22:57:14 MDT 2001


Log Message:

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


Files:

added:      msh.c






More information about the busybox-cvs mailing list