|
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 - download
Length: 444 (0x1bc) Types: TextFile Names: »testc.cf«
└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/testc/testc.cf«
#! /bin/sh # SSBA 1.21E # # Script : testc.cf # INSTALL=../install printer=`cat $INSTALL/printer.cmd` optprinter=`cat $INSTALL/printer.opt` pager=`cat $INSTALL/pager.cmd` cc=`cat $INSTALL/cc.cmd` sed -e "s/^PRINTER.*$/PRINTER = ${printer}/"\ -e "s/^PRINTOPT.*$/PRINTOPT= ${optprinter}/"\ -e "s/^PAGER.*$/PAGER = ${pager}/"\ -e "s/^COMPILER.*$/COMPILER= ${cc}/"\ <testc.mk >testc.tmp mv testc.tmp testc.mk chmod u+x testc.run