teeinput
author clasohm
Tue, 28 Mar 1995 12:25:20 +0200
changeset 977 5d57287e5e1e
parent 0 a5a9c433f639
permissions -rwxr-xr-x
changed syntax of datatype declarations (curried types for constructor parameters)

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