teeinput
author lcp
Mon, 31 Oct 1994 16:39:20 +0100
changeset 664 ba39b4984f5a
parent 0 a5a9c433f639
permissions -rwxr-xr-x
ZF/ZF/ex1_functional: moved to FOL/ROOT

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