teeinput
author clasohm
Tue, 04 Oct 1994 13:02:16 +0100
changeset 624 33b9b5da3e6f
parent 0 a5a9c433f639
permissions -rwxr-xr-x
made major changes to grammar; added call of Type.infer_types to automatically eliminate ambiguities

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