teeinput
author clasohm
Wed, 22 Mar 1995 13:22:42 +0100
changeset 970 6d36fe1bb234
parent 0 a5a9c433f639
permissions -rwxr-xr-x
fixed bug: HOL_build_completed replaced by CHOL_build_completed

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