aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-10 05:27:16 +0000
committerbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-10 05:27:16 +0000
commitbcfba06574e2ac0be1664ed9cdac3a38418b1523 (patch)
treef099ca4df6d8a137af037e0bfd6976d06a627e66 /applets
parent6935780010bab65e92ad00f8781750f8383be76c (diff)
downloadbusybox-w32-bcfba06574e2ac0be1664ed9cdac3a38418b1523.tar.gz
busybox-w32-bcfba06574e2ac0be1664ed9cdac3a38418b1523.tar.bz2
busybox-w32-bcfba06574e2ac0be1664ed9cdac3a38418b1523.zip
Implemented tee(1).
git-svn-id: svn://busybox.net/trunk/busybox@190 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index c050acc9c..4ac907665 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -182,6 +182,9 @@ static const struct Applet applets[] = {
182#ifdef BB_TAR //bin 182#ifdef BB_TAR //bin
183 {"tar", tar_main}, 183 {"tar", tar_main},
184#endif 184#endif
185#ifdef BB_TEE //bin
186 {"tee", tee_main},
187#endif
185#ifdef BB_TOUCH //usr/bin 188#ifdef BB_TOUCH //usr/bin
186 {"touch", touch_main}, 189 {"touch", touch_main},
187#endif 190#endif