teeinput
author lcp
Fri, 23 Dec 1994 16:29:53 +0100
changeset 828 03d7bfa70289
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Changed succ(1) to 2 in in_VLimit, two_in_univ

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