src/Tools/teeinput
author wenzelm
Fri, 18 Jul 1997 14:06:54 +0200
changeset 3536 8fb4150e2ad3
parent 2774 4b7b38765619
permissions -rwxr-xr-x
tuned error propagation msg;

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