teeinput
author lcp
Mon, 22 Aug 1994 11:03:52 +0200
changeset 569 4dc184a3d09b
parent 0 a5a9c433f639
permissions -rwxr-xr-x
HOLCF/Lift1.thy: now imports Sum

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