DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

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

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦71c13a775⟧ TextFile

    Length: 458 (0x1ca)
    Types: TextFile
    Names: »check«

Derivation

└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks
    └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/check« 

TextFile

#! /bin/sh
#                       SSBA 1.21E
#
echo "CHECKING THE ORIGINAL DISTRIBUTION OF THE SSBA1.21E"
echo ""
echo "please wait a minute..."
echo ""
cc -o vitals vitals.c
./vitals COPYRIGHT READMEFIRST */*/* */* 1>temp 2>/dev/null
num=`diff temp original | wc -l`
fic=`expr $num / 4`
if [ $fic -gt 1 ]; then
fic1=`expr $fic - 1`
echo "THERE ARE $fic1 MODIFIED FILES, CALL (33)1-46-70-95-90 !!!"
else
echo "ALL SEEMS OK, YOU CAN GO"
fi
rm -f vitals temp