teeinput
author lcp
Tue, 07 Mar 1995 13:29:36 +0100
changeset 932 b7ab04253326
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Got rid of exvarU and constU by including ExVar and Const in various datatype universes.

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