teeinput
author lcp
Fri, 24 Sep 1993 11:27:15 +0200
changeset 13 b73f7e42135e
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Added example from Avron: Gentzen-Type Systems, Resolution and Tableaux, JAR 10

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