teeinput
author lcp
Mon, 27 Feb 1995 17:27:50 +0100
changeset 907 61fcac0e50fc
parent 0 a5a9c433f639
permissions -rwxr-xr-x
exit: new, for use in Makefiles

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