teeinput
author lcp
Wed, 17 Aug 1994 10:38:37 +0200
changeset 540 e30c23731c2d
parent 0 a5a9c433f639
permissions -rwxr-xr-x
ZF/ex/ROOT: added .ML to use command use "ex/twos_compl" Should be able to delete this after fixing the treatment of orphans.

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