teeinput
author clasohm
Wed, 02 Feb 1994 11:15:22 +0100
changeset 249 ec0b34154a6e
parent 0 a5a9c433f639
permissions -rwxr-xr-x
made error message "file not found" more informative
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 | $*