: " CDC-114 XENIX R1.0 XENIX supplement install shell 10/18/82 FILE: _install.sw This shell is the first file on the XENIX supplement install diskettes. It is loaded by the sysload.sh shell to direct the loading of the XENIX supplement from diskettes. " : " trap and abort load of supplement on XENIX signals 1 hangup 2 interrupt 3 quit 15 software terminate " trap ' rm /_install.sw >/dev/null beep echo -n "Loading of XENIX supplement has been aborted. Press NEW LINE or RETURN to continue. " read ENTRY exit ' 1 2 3 15 cd / beep echo -n " CDC-114 XENIX R1.0c Supplement 10/20/82 Restricted rights: use, duplication, or disclosure subject to your agreement with Control Data Corporation. This is the first diskette of 7 diskettes which contain the XENIX supplement. You will be asked to insert each diskette in turn. The name of each program will be displayed as it is loaded. You may terminate the loading process at any time by pressing the 'DEL' key. To begin press NEW LINE or RETURN. " read ENTRY tar xv beep echo -n "Please insert the diskette labeled 'XENIX Supplement #2' then ... press NEW LINE or RETURN. " read ENTRY tar xv beep echo -n "Please insert the diskette labeled 'XENIX Supplement #3' then ... press NEW LINE or RETURN. " read ENTRY tar xv beep echo -n "Please insert the diskette labeled 'XENIX Supplement #4' then ... press NEW LINE or RETURN. " read ENTRY tar xv beep echo -n "Please insert the diskette labeled 'XENIX Supplement #5' then ... press NEW LINE or RETURN. " read ENTRY tar xv beep echo -n "Please insert the diskette labeled 'XENIX Supplement #6' then ... press NEW LINE or RETURN. " read ENTRY tar xv beep echo -n "Please insert the diskette labeled 'XENIX Supplement #7' then ... press NEW LINE or RETURN. " read ENTRY tar xv echo " Please store diskettes in a safe place." : make learn usable cd /usr/lib/learn make play log >/dev/null cd / beep echo -n " Loading of XENIX supplement is complete. Press NEW LINE or RETURN to continue. " read ENTRY trap 1 2 3 15 rm /_install.sw >/dev/null exit