src/Tools/teeinput
author wenzelm
Thu, 22 Apr 1999 13:04:23 +0200
changeset 6481 dbf2d9b3d6c8
parent 2774 4b7b38765619
permissions -rwxr-xr-x
recdef requires theory Recdef;

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