teeinput
author clasohm
Mon, 03 Jul 1995 13:08:49 +0200
changeset 1176 77faa3872f73
parent 0 a5a9c433f639
permissions -rwxr-xr-x
remove Old_HOL

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