src/Tools/teeinput
author lcp
Thu, 08 Dec 1994 14:18:31 +0100
changeset 768 59c0a821e468
parent 0 a5a9c433f639
child 2774 4b7b38765619
permissions -rwxr-xr-x
UN_upper_cardinal: updated to refer to Card_le_imp_lepoll and lepoll_imp_Card_le

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