|
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 - downloadIndex: T o
Length: 584 (0x248) Types: TextFile Names: »outils.run«
└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/outils/outils.run«
#! /bin/sh # SSBA 1.21F # # Script : outils.run # b=outils TIME=../config/chrono log=$b.log res=$b.res echo "kill -9 $$" >$b.kill chmod u+x $b.kill cat $b.kill >> ../ssba/ssba.kill d=`date` echo "OUTILS: BEGIN execution at $d" >$log cat $b.doc >$res $TIME grep -c tion words 1>/dev/null 2>>$res $TIME diff diff1 diff2 1>/dev/null 2>>$res $TIME fastformatter 1>/dev/null 2>>$res $TIME yacc yaccinput 1>/dev/null 2>>$res $TIME lex lexicalinput 1>/dev/null 2>>$res echo "" >>$res tail -6 $res | awk -f outils.awk >>$res d=`date` echo "OUTILS: END execution at $d" >>$log