teeinput
author wenzelm
Thu, 03 Feb 1994 13:56:15 +0100
changeset 255 ee132db91681
parent 0 a5a9c433f639
permissions -rwxr-xr-x
added if_none, parents, commas, gen_duplicates, duplicates, assoc2; changed cat_lines: no final "\n";

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