src/Tools/teeinput
author paulson
Thu, 22 May 1997 15:10:05 +0200
changeset 3297 078d5f7d0d09
parent 2774 4b7b38765619
permissions -rwxr-xr-x
Uses option_case_tac

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