teeinput
author lcp
Tue, 03 May 1994 11:17:08 +0200
changeset 350 d9ebca601847
parent 0 a5a9c433f639
permissions -rwxr-xr-x
post-CRC corrections

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