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

⟦71799825b⟧ TextFile

    Length: 368 (0x170)
    Types: TextFile
    Names: »mips.cf«

Derivation

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

TextFile

#! /bin/sh
#				SSBA 1.21F
#
# Script : mips.cf
#
INSTALL=../install
printer=`cat $INSTALL/printer.cmd`
optprinter=`cat $INSTALL/printer.opt`
pager=`cat $INSTALL/pager.cmd`
sed -e "s/^PRINTER.*$/PRINTER	=	${printer}/"\
    -e "s/^PRINTOPT.*$/PRINTOPT=	${optprinter}/"\
    -e "s/^PAGER.*$/PAGER	=	${pager}/"\
	<mips.mk >mips.tmp
mv mips.tmp mips.mk
chmod u+x mips.run