teeinput
author lcp
Fri, 12 Aug 1994 10:57:55 +0200
changeset 512 55755ed9fab9
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Pure/library/enclose, Pure/Syntax/pretty/enclose: renamed from parents Pure/library/is_blank: now handles form feeds () too, in accordance with ML definition

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