teeinput
author lcp
Tue, 28 Feb 1995 10:53:56 +0100
changeset 919 49271bd72c42
parent 0 a5a9c433f639
permissions -rwxr-xr-x
No longer calls maketest; instead, the Makefile writes the file test.

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