src/Tools/teeinput
author paulson
Thu, 08 Jan 1998 11:23:18 +0100
changeset 4522 0218c486cf07
parent 2774 4b7b38765619
permissions -rwxr-xr-x
Restored the ciphertext in OR4 in order to make the spec closer to that in OtwayRees.thy

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