teeinput
author lcp
Thu, 12 Jan 1995 03:03:45 +0100
changeset 857 f5314a7c93f2
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Renamed single_fun to singleton_fun.

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