teeinput
author lcp
Thu, 09 Mar 1995 10:38:30 +0100
changeset 945 23df3da5ffb5
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Commented isof(c,t)

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