teeinput
author lcp
Wed, 06 Apr 1994 16:36:34 +0200
changeset 309 3751567696bf
parent 0 a5a9c433f639
permissions -rwxr-xr-x
restored the signature constraint :THM

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