xlisten
author lcp
Tue, 05 Oct 1993 15:21:29 +0100
changeset 25 3ac1c0c0016e
parent 0 a5a9c433f639
permissions -rwxr-xr-x
ordinal: DEFINITION of < and le to replace : and <= on ordinals! Many
changes

epsilon,arith: many changes

ordinal/succ_mem_succI/E: deleted; use succ_leI/E
nat/nat_0_in_succ: deleted; use nat_0_le
univ/Vset_rankI: deleted; use VsetI
clasohm@0
     1
#! /bin/sh
clasohm@0
     2
#  xlisten -- start a program in one window and create a listener window
clasohm@0
     3
#     environment variable $LISTEN specifies the file name
clasohm@0
     4
clasohm@0
     5
#create the file!
clasohm@0
     6
date > $LISTEN
clasohm@0
     7
clasohm@0
     8
xterm -geo 80x10+0+0 -T Listener -n Listener -e tail -f $LISTEN &
clasohm@0
     9
sleep 2
clasohm@0
    10
xterm -geo 80x45+0-0 -e teeinput $* &