From 059f152a7a2d1796cf93d1a79f33055d38b94f2a Mon Sep 17 00:00:00 2001 From: John Beppu Date: Fri, 10 Dec 1999 05:27:16 +0000 Subject: Implemented tee(1). --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index c050acc..4ac9076 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -182,6 +182,9 @@ static const struct Applet applets[] = { #ifdef BB_TAR //bin {"tar", tar_main}, #endif +#ifdef BB_TEE //bin + {"tee", tee_main}, +#endif #ifdef BB_TOUCH //usr/bin {"touch", touch_main}, #endif -- cgit v1.1