xlisten
author lcp
Thu, 08 Dec 1994 15:07:48 +0100
changeset 770 216ec1299bf0
parent 0 a5a9c433f639
permissions -rwxr-xr-x
sum_ss: deleted because it conflicts with the one in Sum.ML

#! /bin/sh
#  xlisten -- start a program in one window and create a listener window
#     environment variable $LISTEN specifies the file name

#create the file!
date > $LISTEN

xterm -geo 80x10+0+0 -T Listener -n Listener -e tail -f $LISTEN &
sleep 2
xterm -geo 80x45+0-0 -e teeinput $* &