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

⟦f514bfbd4⟧ TextFile

    Length: 370 (0x172)
    Types: TextFile
    Names: »musbus.run«

Derivation

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

TextFile

#! /bin/sh
#				SSBA 1.21F
#
# Script : musbus.run
#
b=musbus
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 "MUSBUS:	BEGIN execution at $d" >$log
	cat $b.doc >$res
	./musbus.sh disktime
	nusers=8
	export nusers
	./musbus.sh work
d=`date`
echo "MUSBUS:	END execution at $d" >>$log