teeinput
author regensbu
Thu, 13 Apr 1995 14:25:45 +0200
changeset 1043 ffa68eb2730b
parent 0 a5a9c433f639
permissions -rwxr-xr-x
adjusted HOLCF for new hyp_subst_tac

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