teeinput
author wenzelm
Thu, 19 May 1994 16:13:51 +0200
changeset 381 8af09380c517
parent 0 a5a9c433f639
permissions -rwxr-xr-x
replaced fix_aprop by prop_tr'; various minor internal changes;

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