teeinput
author lcp
Tue, 24 Jan 1995 03:00:32 +0100
changeset 872 9b7236d774bd
parent 0 a5a9c433f639
permissions -rwxr-xr-x
updates for Isabelle94-2

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