xlisten
author lcp
Wed, 03 May 1995 14:17:01 +0200
changeset 1093 c2b3b7b7a69f
parent 0 a5a9c433f639
permissions -rwxr-xr-x
Changed to use split instead of fsplit. The weakening of fsplitE appears not to affect existing proofs.

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