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

⟦b157503f6⟧ TextFile

    Length: 508 (0x1fc)
    Types: TextFile
    Names: »rxrc«

Derivation

└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦5d656759a⟧ 
            └─⟦50f09e4e4⟧ 
                └─ ⟦this⟧ »./rxrc« 
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦5d656759a⟧ 
            └─⟦610eb0a19⟧ 
                └─ ⟦this⟧ »./rxrc« 
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦5d656759a⟧ 
            └─⟦d97085656⟧ 
                └─ ⟦this⟧ »./rxrc« 

TextFile

#! /bin/csh -f
#
# rxrc (or ~/.rxrc) - Tells xinit what to run under the X Window System
#		       when it is first brought up.

#---Set the mouse acceleration to generally likeable values.

xset m 3 2

#----Run the UWM window manager.

uwm &
sleep 2

#---Run a "shell window" and a clock in the background.

rxi -geometry 80x80+0+0 -title RXI-A &
sleep 2
xclock -analog -padding 2 -geom 75x75-0+0 &
sleep 2

#---We will run until the Console window is exited.

rxi -geom 30x10-0-0 -C -title Console -sb -sk