|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 488 (0x1e8) Types: TextFile Names: »verif«
└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/verif«
#! /bin/sh # SSBA 1.21F # echo "VERIFICATION DE LA CONFORMITE A LA DISTRIBUTION ORIGINALE DE LA SSBA1.21F" echo "" echo "patientez quelques secondes ..." echo "" cc -o vitals vitals.c ./vitals COPYRIGHT */*/* */* 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 "IL Y A $fic1 FICHIERS MODIFIES, APPELEZ LE 46-70-95-90 !!!" else echo "TOUT EST NORMAL, VOUS POUVEZ Y ALLER" fi rm -f vitals temp