teeinput
author nipkow
Tue, 02 Aug 1994 09:07:10 +0200
changeset 504 a4f09493d929
parent 0 a5a9c433f639
permissions -rwxr-xr-x
added flag show_brackets for printinmg fully bracketed terms.

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