teeinput
author regensbu
Wed, 15 Feb 1995 20:02:47 +0100
changeset 899 516f9e349a16
parent 0 a5a9c433f639
permissions -rwxr-xr-x
replaced pair_ss by prod_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 | $*