teeinput
author clasohm
Fri, 22 Apr 1994 20:34:15 +0200
changeset 335 5623ca25803f
parent 0 a5a9c433f639
permissions -rwxr-xr-x
renamed theory files

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