First pass at writing a shell for busybox.
authorErik Andersen <andersen@codepoet.org>
Sun, 12 Mar 2000 23:49:18 +0000 (23:49 -0000)
committerErik Andersen <andersen@codepoet.org>
Sun, 12 Mar 2000 23:49:18 +0000 (23:49 -0000)
commit3522eb1ab3a4f1bcbf2c0f0eed387733b29c9e95
tree5670f3711de435e2e159ff9ceebda1bebe33d38c
parent269bba25149289201055c9448e8c64fc05dbf89d
First pass at writing a shell for busybox.
Works fine, full job control support, etc.
No syntax yet (if, then, while, etc).  Handles
pipes and & processes fine.

TODO: add command editing, add syntax suport.

 -Erik
applets/busybox.c
busybox.c
busybox.def.h
internal.h
lash.c [new file with mode: 0644]
sh.c [new file with mode: 0644]
shell/lash.c [new file with mode: 0644]
utility.c