teeinput
author lcp
Fri, 12 Nov 1993 11:43:35 +0100
changeset 115 745affa0262b
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Misc updates

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