Proved odiff_oadd_inverse, oadd_lt_cancel2, oadd_lt_iff2,
odiff_lt_mono2. Deleted duplicate copy of oadd_le_mono.
#! /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 $* &