teeinput
author nipkow
Thu, 06 Oct 1994 18:40:18 +0100
changeset 625 119391dd1d59
parent 0 a5a9c433f639
permissions -rwxr-xr-x
New version

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