teeinput
author clasohm
Thu, 19 May 1994 14:06:37 +0200
changeset 379 c1e3c8508fd2
parent 0 a5a9c433f639
permissions -rwxr-xr-x
use_thy now uses use_string instead of creating a temporary file

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