teeinput
author lcp
Mon, 01 Aug 1994 17:34:57 +0200
changeset 503 15375d7b379c
parent 0 a5a9c433f639
permissions -rwxr-xr-x
trivial whitespace change

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