teeinput
author lcp
Fri, 20 Jan 1995 02:00:57 +0100
changeset 869 242b5050c1a6
parent 0 a5a9c433f639
permissions -rwxr-xr-x
README: Now documents to Tools directory

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