teeinput
author lcp
Fri, 16 Dec 1994 17:38:14 +0100
changeset 798 31ec33d96231
parent 0 a5a9c433f639
permissions -rwxr-xr-x
added thy_syntax.ML

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