teeinput
author clasohm
Thu, 08 Dec 1994 12:46:25 +0100
changeset 764 b60e77395d1a
parent 0 a5a9c433f639
permissions -rwxr-xr-x
changed Pure's grammar and the way types are converted to nonterminals

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