teeinput
author lcp
Thu, 18 Aug 1994 17:50:22 +0200
changeset 544 c53386a5bcf1
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Pure/library/assert_all: new, moved from ZF/ind_syntax.ML

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