teeinput
author lcp
Tue, 06 Jun 1995 10:33:32 +0200
changeset 1143 0dfb8b437f5d
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Now string_of_vname checks for the empty variable name, catching the exception LIST.

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