>On 6/22/09, Casper.Dik at sun.com <Casper.Dik at sun.com> wrote: >> >> > >> >We combine low footprint with ultra high performance, serving the >> >needs of embedded systems like ARM-powered mobile devices and servers >> >like M8000. All in one go! >> >> >> It would be nice if the "shell" library was reusable for other >> shells. > >Sure you want to use libshell in another shell? :-) libshell is the >ksh shell, libcmd contains the extra commands. > >libcmd is reusable from other shells, incidentally Roland has been >circulating a binary of bash 4 which uses the built in commands from >/usr/lib/libcmd.so.1
That would be nice; I did found the current implementation a bit awkward where we run a shell script inside a binary. Casper