|
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 c
Length: 1027 (0x403) Types: TextFile Names: »card«
└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/ssba/card«
#! /bin/sh # SSBA 1.21E # echo " IDENTITY CARD" echo " +++++++++++++" echo "" echo "MACHINE NAME :\c" read machine echo "PROCESSOR TYPE :\c" read processor echo "RELEASE OF THE OS :\c" read os echo "CPU SPEED :\c" read speed echo "MEMORY SIZE :\c" read size echo "DISK SIZE :\c" read disk echo "BENCHMARKER NAME :\c" read name echo "PHONE NUMBER :\c" read phone echo " IDENTITY CARD">card.res echo " +++++++++++++">>card.res echo "">>card.res echo "MACHINE NAME : $machine" >>card.res echo "PROCESSOR TYPE : $processor" >>card.res echo "RELEASE OF THE OS : $os" >>card.res echo "CPU SPEED : $speed" >>card.res echo "MEMORY SIZE : $size" >>card.res echo "DISK SIZE : $disk" >>card.res echo "BENCHMARKER NAME : $name" >>card.res echo "PHONE NUMBER : $phone" >>card.res echo "" >>card.res echo "Identification : $machine $processor $os $speed $size $disk" >1line ./ssba.run&