Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-20 12:05:35 +0400
committerEric Andersen <andersen@codepoet.org>1999-10-20 12:05:35 +0400
commitef8b6c757de9684f5d88eff4b014527e87121137 (patch)
tree49e5f39927e29db251956440dc4338572ecd75e3 /busybox.c
parentce8f3b99339fb954204329971ed25efc950fed26 (diff)
Add a trivial ps command.
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.c b/busybox.c
index 4849ba0a4..d4313ef06 100644
--- a/busybox.c
+++ b/busybox.c
@@ -117,6 +117,9 @@ static const struct Applet applets[] = {
#ifdef BB_PRINTF //usr/bin
{"printf", printf_main},
#endif
+#ifdef BB_PS //bin
+ {"ps", ps_main},
+#endif
#ifdef BB_PWD //bin
{"pwd", pwd_main},
#endif