teeinput
author nipkow
Wed, 31 Aug 1994 17:34:12 +0200
changeset 580 909e00299009
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Updated datatype documentation with a few hints

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