teeinput
author clasohm
Fri, 03 Mar 1995 12:34:57 +0100
changeset 926 9d1348498c36
parent 0 a5a9c433f639
permissions -rwxr-xr-x
fixed a bug in infer_types/exn_type_msg

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