teeinput
author lcp
Mon, 13 Dec 1993 18:18:34 +0100
changeset 194 06e31ac55dd1
parent 0 a5a9c433f639
permissions -rwxr-xr-x
new year

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