teeinput
author wenzelm
Wed, 12 Oct 1994 11:09:11 +0100
changeset 632 f9a3f77f71e8
parent 0 a5a9c433f639
permissions -rwxr-xr-x
fixed infix names in print_translations;

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