xlisten
author lcp
Thu, 07 Oct 1993 09:49:46 +0100
changeset 36 70c6014c9b6f
parent 0 a5a9c433f639
permissions -rwxr-xr-x
examples now use ~= for "not equals"

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