teeinput
author clasohm
Fri, 22 Apr 1994 12:43:53 +0200
changeset 330 2fda15dd1e0f
parent 0 a5a9c433f639
permissions -rwxr-xr-x
changed the way a grammar is generated to allow the new parser to work; also made a lot of changes in parser.ML and minor ones elsewhere

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