teeinput
author lcp
Mon, 21 Nov 1994 10:39:32 +0100
changeset 717 a52ba17ee9c5
parent 0 a5a9c433f639
permissions -rwxr-xr-x
now searches all subdirectories of object-logics whether or not they are called "ex"

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