teeinput
author lcp
Thu, 12 Jan 1995 03:02:34 +0100
changeset 854 2e3ca37dfa14
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Removed spurious comment about eq_cs

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