teeinput
author lcp
Sat, 11 Mar 1995 11:58:21 +0100
changeset 947 812ccc91bfa0
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Put freeze into the signature TACTIC for export

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