teeinput
author clasohm
Fri, 27 Jan 1995 12:31:18 +0100
changeset 883 92abd2ad9d08
parent 0 a5a9c433f639
permissions -rwxr-xr-x
renamed Sign.ambiguity_level to Syntax.ambiguity_level

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