teeinput
author lcp
Thu, 08 Dec 1994 15:37:28 +0100
changeset 771 067767b0b35e
parent 0 a5a9c433f639
permissions -rwxr-xr-x
lt_eq_pred, Ord_iso_implies_eq: new, for Kunens Theorem 7.3

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