teeinput
author clasohm
Fri, 15 Oct 1993 12:51:21 +0100
changeset 58 b30802dfbe80
parent 0 a5a9c433f639
permissions -rwxr-xr-x
file_info now returns a string that does not contain the path/filename (so the string doesn't change when the relative path does)

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