teeinput
author clasohm
Wed, 03 May 1995 12:22:17 +0200
changeset 1087 c1ccf6679a96
parent 0 a5a9c433f639
permissions -rwxr-xr-x
replaced store_thm by bind_thm

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