aboutsummaryrefslogtreecommitdiff
path: root/sh.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Major build system updates...Erik Andersen2000-03-161-606/+649
| | | | -Erik
* First pass at writing a shell for busybox.Erik Andersen2000-03-121-0/+915
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