teeinput
author lcp
Fri, 22 Oct 1993 11:42:02 +0100
changeset 71 729fe026c5f3
parent 0 a5a9c433f639
permissions -rwxr-xr-x
sample datatype defs now use datatype_intrs, datatype_elims

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