teeinput
author lcp
Fri, 25 Nov 1994 11:08:12 +0100
changeset 750 019aadf0e315
parent 0 a5a9c433f639
permissions -rwxr-xr-x
checks that the recursive sets are Consts before taking them apart! Bug was introduced during the translation to theory sections.

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