teeinput
author lcp
Tue, 06 Jun 1995 10:40:01 +0200
changeset 1144 5a62ecf80126
parent 0 a5a9c433f639
permissions -rwxr-xr-x
converted to LaTeX-2e

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