teeinput
author clasohm
Fri, 17 Jun 1994 12:43:24 +0200
changeset 426 767367131b47
parent 0 a5a9c433f639
permissions -rwxr-xr-x
replaced "foldl merge_theories" by "merge_thy_list" in base_on

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