xlisten
author lcp
Thu, 12 Jan 1995 03:04:10 +0100
changeset 858 b87867b3fd91
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Proved case_cong and case_case.

#! /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 $* &