|
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 f
Length: 1141 (0x475) Types: TextFile Names: »fiche«
└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/ssba/fiche«
#! /bin/sh # SSBA 1.21F # echo " FICHE SIGNALETIQUE" echo " ++++++++++++++++++" echo "" echo "TYPE DE MACHINE :\c" read machine echo "TYPE DE PROCESSEUR :\c" read processeur echo "RELEASE DE L'OS :\c" read os echo "VITESSE DU PROCESSEUR :\c" read vitesse echo "TAILLE DE LA MEMOIRE :\c" read taille echo "TAILLE DU DISQUE :\c" read disque echo "NOM DU BENCHMARKEUR :\c" read nom echo "NO. TELEPHONE :\c" read tel echo " FICHE SIGNALETIQUE">fiche.res echo " ++++++++++++++++++">>fiche.res echo "">>fiche.res echo "TYPE DE MACHINE : $machine" >>fiche.res echo "TYPE DE PROCESSEUR : $processeur" >>fiche.res echo "RELEASE DE L'OS : $os" >>fiche.res echo "VITESSE DU PROCESSEUR : $vitesse" >>fiche.res echo "TAILLE DE LA MEMOIRE : $taille" >>fiche.res echo "TAILLE DU DISQUE : $disque" >>fiche.res echo "NOM DU BENCHMARKEUR : $nom" >>fiche.res echo "NO. TELEPHONE : $tel" >>fiche.res echo "" >>fiche.res echo "Identification : $machine $processeur $os $vitesse $taille $disque" >1ligne ./ssba.run&