teeinput
author regensbu
Tue, 07 Feb 1995 17:25:31 +0100
changeset 893 f81cb7520372
parent 0 a5a9c433f639
permissions -rwxr-xr-x
CVS:

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