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

⟦7a771a17f⟧ TextFile

    Length: 300 (0x12c)
    Types: TextFile
    Notes: UNIX file
    Names: »fixmodes«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »sys/build/fixmodes« 

TextFile

#! /bin/csh -f

setenv fixverb `ask fixverb "Set the verbosity level:"`
if ($fixverb == quit) exit(1)
echo > $build/fixmsgs

fixroot
if ($status) then
	echo "Error in command file $build/fixroot"
endif

@ msgs = `cat $build/fixmsgs | wc -l`
echo ""
echo "$msgs messages saved in file $build/fixmsgs"