teeinput
author lcp
Mon, 31 Oct 1994 18:07:29 +0100
changeset 672 1922f98b8f7e
parent 0 a5a9c433f639
permissions -rwxr-xr-x
com1,2: added simplifier calls to remove use of ssubst in fast_tac

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