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