teeinput
author wenzelm
Wed, 01 Jun 1994 15:47:27 +0200
changeset 413 2a1554524ad5
parent 0 a5a9c433f639
permissions -rwxr-xr-x
removed garbage; adapted to new ThySyn (interface for 'user sections');

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