|
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: 458 (0x1ca) Types: TextFile Names: »check«
└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/check«
#! /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