From ef8b6c757de9684f5d88eff4b014527e87121137 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 20 Oct 1999 08:05:35 +0000 Subject: Add a trivial ps command. --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets') 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[] = { #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 -- cgit v1.2.3