teeinput
author lcp
Fri, 29 Jul 1994 13:30:48 +0200
changeset 499 5a54c796b808
parent 0 a5a9c433f639
permissions -rwxr-xr-x
deleted repeated "the" in "before the the .thy file"

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