teeinput
author nipkow
Fri, 18 Nov 1994 13:04:51 +0100
changeset 714 015ec0a9563a
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Updated description of valid lhss.

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