teeinput
author lcp
Fri, 30 Jun 1995 11:34:14 +0200
changeset 1173 b3f2ddef1438
parent 0 a5a9c433f639
permissions -rwxr-xr-x
new inductive definition: permutations

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