teeinput
author clasohm
Thu, 29 Jun 1995 12:48:48 +0200
changeset 1165 97b2bb5d43c3
parent 0 a5a9c433f639
permissions -rwxr-xr-x
renamed CHOL to HOL

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