teeinput
author wenzelm
Thu, 03 Feb 1994 13:55:20 +0100
changeset 253 d7130a753ecf
parent 0 a5a9c433f639
permissions -rwxr-xr-x
replaced eq_sg by Sign.eq_sg;

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