src/Tools/teeinput
author paulson
Mon, 24 May 1999 15:50:23 +0200
changeset 6712 d1bebb7f1c50
parent 2774 4b7b38765619
permissions -rwxr-xr-x
generalized increasing_size to mono_increasing_o

#! /bin/sh
#  teeinput -- start a program and log all inputs to a file
#     environment variable $LISTEN specifies the file name
tee -a -i $LISTEN | $*