teeinput
author wenzelm
Mon, 21 Feb 1994 14:50:48 +0100
changeset 272 0f6270bb9fe9
parent 0 a5a9c433f639
permissions -rwxr-xr-x
improved explode_tr;

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