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

⟦c7c79dde3⟧ TextFile

    Length: 319 (0x13f)
    Types: TextFile
    Names: »ssba.rerun«

Derivation

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

TextFile

#! /bin/sh
#				SSBA 1.21E
#
# Script : ssba.rerun
#
LOG=../results/ssba.log
echo "SSBA RERUN"
echo "SSBA RERUN" >>$LOG
if [ -f conf.done ]
then
	echo "SSBA RERUN conf done" >>$LOG
	if [ -f compile.done ]
	then
		echo "SSBA RERUN compile done" >>$LOG
		make run
	else
		make compile
		make run
	fi
else
	./ssba.run&
fi