teeinput
author clasohm
Fri, 25 Nov 1994 09:13:49 +0100
changeset 746 6e815617d79f
parent 0 a5a9c433f639
permissions -rwxr-xr-x
added qed_goal[w]

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