DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

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

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦f11abc04a⟧ TextFile

    Length: 190 (0xbe)
    Types: TextFile
    Notes: UNIX file
    Names: »rm-rf«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »etc/nulib/rm-rf« 

TextFile

#! /bin/csh -f

set dir = $1
switch ($dir)
case /:
case /etc:
case /bin:
case /dev:
case /usr/games:
case /usr/spool/uucppublic:
	echo "nu: will not remove $dir"
	exit(1)
endsw

rm -rf $dir