|
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 t
Length: 579 (0x243) Types: TextFile Names: »tools.run«
└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/tools/tools.run«
#! /bin/sh # SSBA 1.21E # # Script : tools.run # b=tools 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 "TOOLS: 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 tools.awk >>$res d=`date` echo "TOOLS: END execution at $d" >>$log