diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-20 08:05:35 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-20 08:05:35 +0000 |
commit | 0a78c94ee94430a8fc1a68eddc5ac12c435b9c1d (patch) | |
tree | 49e5f39927e29db251956440dc4338572ecd75e3 /applets | |
parent | 1926c972562b0815dc977741a75f3b2cac0fa738 (diff) | |
download | busybox-w32-0a78c94ee94430a8fc1a68eddc5ac12c435b9c1d.tar.gz busybox-w32-0a78c94ee94430a8fc1a68eddc5ac12c435b9c1d.tar.bz2 busybox-w32-0a78c94ee94430a8fc1a68eddc5ac12c435b9c1d.zip |
Add a trivial ps command.
git-svn-id: svn://busybox.net/trunk/busybox@46 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 4849ba0a4..d4313ef06 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -117,6 +117,9 @@ static const struct Applet applets[] = { | |||
117 | #ifdef BB_PRINTF //usr/bin | 117 | #ifdef BB_PRINTF //usr/bin |
118 | {"printf", printf_main}, | 118 | {"printf", printf_main}, |
119 | #endif | 119 | #endif |
120 | #ifdef BB_PS //bin | ||
121 | {"ps", ps_main}, | ||
122 | #endif | ||
120 | #ifdef BB_PWD //bin | 123 | #ifdef BB_PWD //bin |
121 | {"pwd", pwd_main}, | 124 | {"pwd", pwd_main}, |
122 | #endif | 125 | #endif |