commit | 3522eb1ab3a4f1bcbf2c0f0eed387733b29c9e95 | [log] [tgz] |
---|---|---|
author | Erik Andersen <andersen@codepoet.org> | Sun Mar 12 23:49:18 2000 +0000 |
committer | Erik Andersen <andersen@codepoet.org> | Sun Mar 12 23:49:18 2000 +0000 |
tree | 5670f3711de435e2e159ff9ceebda1bebe33d38c | |
parent | 269bba25149289201055c9448e8c64fc05dbf89d [diff] |
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