DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦0efd42061⟧ TextFile

    Length: 439 (0x1b7)
    Types: TextFile
    Names: »rxi.sh.tmpl«

Derivation

└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦5d656759a⟧ 
            └─⟦8fb0c967c⟧ 
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─ ⟦fc9b38f02⟧ »DATA« 
        └─⟦8e9e227a9⟧ 
            └─⟦8fb0c967c⟧ 
                └─ ⟦this⟧ »rxi.sh.tmpl« 

TextFile

if [ "$1" = "-x10" -o "$1" = "-X10" ]
then
     echo 'RXI cannot run under X10.  It requires X11.'
     exit 1
elif [ "$XPROTO" = "X11" ]
then
     if [ $# = 0 ]
     then
	exec  @X11BINDIR@/rxi &
     else
	exec  @X11BINDIR@/rxi "$@" &
     fi
elif [ "$XPROTO" = "X10" ]
then
     echo 'RXI cannot run under X10.  It requires X11.'
     exit 1
elif [ $# = 0 ]
then
     exec  @X11BINDIR@/rxi  &
else
     exec  @X11BINDIR@/rxi "$@"  &
fi