diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-12 23:49:18 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-12 23:49:18 +0000 |
commit | 213c421511de7c4f96514ade23580edb56bbc069 (patch) | |
tree | 5670f3711de435e2e159ff9ceebda1bebe33d38c /busybox.def.h | |
parent | 55ffdbb2e8d0db01a1f99cbb71af91a48260262d (diff) | |
download | busybox-w32-213c421511de7c4f96514ade23580edb56bbc069.tar.gz busybox-w32-213c421511de7c4f96514ade23580edb56bbc069.tar.bz2 busybox-w32-213c421511de7c4f96514ade23580edb56bbc069.zip |
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
git-svn-id: svn://busybox.net/trunk/busybox@403 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index fdbb6fed6..0caa57380 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -77,6 +77,7 @@ | |||
77 | //#define BB_RMMOD | 77 | //#define BB_RMMOD |
78 | #define BB_SED | 78 | #define BB_SED |
79 | //#define BB_SFDISK | 79 | //#define BB_SFDISK |
80 | #define BB_SH | ||
80 | #define BB_SLEEP | 81 | #define BB_SLEEP |
81 | #define BB_SORT | 82 | #define BB_SORT |
82 | #define BB_SWAPONOFF | 83 | #define BB_SWAPONOFF |