teeinput
author nipkow
Fri, 17 Mar 1995 15:49:37 +0100
changeset 962 136308504cd9
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Added a few thms to nat_ss and list_ss

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