teeinput
author clasohm
Thu, 29 Jun 1995 12:28:27 +0200
changeset 1163 c080ff36d24e
parent 0 a5a9c433f639
permissions -rwxr-xr-x
changed 'chol' labels to 'hol'; added a few parentheses

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