teeinput
author clasohm
Tue, 21 Mar 1995 13:21:48 +0100
changeset 967 bfcb53497a99
parent 0 a5a9c433f639
permissions -rwxr-xr-x
changed syntax of Unity ("()" instead of "<>")

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