teeinput
author lcp
Wed, 11 Jan 1995 18:42:06 +0100
changeset 847 e50a32a4f669
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Proved cadd_cmult_distrib.

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