teeinput
author wenzelm
Wed, 01 Jun 1994 15:46:11 +0200
changeset 412 216624270b80
parent 0 a5a9c433f639
permissions -rwxr-xr-x
restored old functor name; adapted to new ThySyn;

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