teeinput
author wenzelm
Fri, 19 Aug 1994 15:34:28 +0200
changeset 548 12208de7edfe
parent 0 a5a9c433f639
permissions -rwxr-xr-x
added this file;

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