teeinput
author lcp
Thu, 04 Aug 1994 12:39:28 +0200
changeset 509 8a2bcbd8479d
parent 0 a5a9c433f639
permissions -rwxr-xr-x
fixed spelling

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