Implemented tee(1).

This commit is contained in:
John Beppu
1999-12-10 05:27:16 +00:00
parent 29fcc90f3e
commit 059f152a7a
7 changed files with 304 additions and 1 deletions

View File

@ -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