teeinput
author lcp
Wed, 27 Jul 1994 19:04:21 +0200
changeset 491 1a7717eca145
parent 0 a5a9c433f639
permissions -rwxr-xr-x
logics update
clasohm@0
     1
#! /bin/sh
clasohm@0
     2
#  teeinput -- start a program and log all inputs to a file
clasohm@0
     3
#     environment variable $LISTEN specifies the file name
clasohm@0
     4
tee -a -i $LISTEN | $*