teeinput
author clasohm
Mon, 21 Nov 1994 14:11:21 +0100
changeset 725 d9c629fbacc6
parent 0 a5a9c433f639
permissions -rwxr-xr-x
replaced 'val ... = result();' by 'qed "...";'

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