teeinput
author lcp
Tue, 06 Sep 1994 13:28:56 +0200
changeset 584 5b1a0e50c79a
parent 0 a5a9c433f639
permissions -rwxr-xr-x
documentation of theory sections (co)inductive and (co)datatype

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