tee for OS/2, 

based on tee.c --
Copyright (c) 1988, 1993 The Regents of the University of California.  
All rights reserved. See tee.c for LICENSE.

Original code was changed a bit to be compiled under OS/2 using emx+gcc. 

Also -c option added (don't create output files if there was nothing to 
read from stdin). Eg,

   type nul | tee -c somefile

should not create ``somefile''.

tee.exe needs emxrt.zip

Original source was taken from the FreeBSD distribution. See tee0.zip

This is ``AS IS'' software, so use it on your own risk.

                          -- D.Maloff (maloff@tts.magadan.su), 1996 

