teeinput
author wenzelm
Wed, 14 Dec 1994 10:26:30 +0100
changeset 781 9ab8873bf9b3
parent 0 a5a9c433f639
permissions -rwxr-xr-x
added any, sprop to pure_types;

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