teeinput
author nipkow
Fri, 17 Jun 1994 16:51:37 +0200
changeset 427 4ce2ce940faf
parent 0 a5a9c433f639
permissions -rwxr-xr-x
ordered rewriting applies to conditional rules as well now

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