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
Index: T o

⟦8491b5130⟧ TextFile

    Length: 584 (0x248)
    Types: TextFile
    Names: »outils.run«

Derivation

└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks
    └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/outils/outils.run« 

TextFile

#! /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