teeinput
author wenzelm
Mon, 10 Jan 1994 13:22:54 +0100
changeset 219 a2447b00517b
parent 0 a5a9c433f639
permissions -rwxr-xr-x
commented out sig constraint of functor (for debugging purposes);

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