teeinput
author lcp
Mon, 14 Nov 1994 10:49:39 +0100
changeset 709 0d0df9b5afe3
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Pure/tctical/select: now uses cprems_of instead of prems_of and cterm_of: new SELECT_GOAL is MUCH faster

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