teeinput
author wenzelm
Fri, 19 Aug 1994 15:41:39 +0200
changeset 564 eec3a9222b50
parent 0 a5a9c433f639
permissions -rwxr-xr-x
added inferT_axm; removed extend_theory; changed read_def_cterm: now uses Sign.infer_types;

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