|
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 k
Length: 682 (0x2aa) Types: TextFile Names: »kittrailer«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦97f3ac3f8⟧ »EurOpenD3/news/rn.tar.Z« └─⟦df9cf1b54⟧ └─⟦this⟧ »kittrailer«
#! /bin/sh # $Header: kittrailer,v 4.3 85/05/01 11:42:11 lwall Exp $ # # $Log: kittrailer,v $ # Revision 4.3 85/05/01 11:42:11 lwall # Baseline for release with 4.3bsd. # rangelist=`range 1 $3` cat >>$1 <<EOT echo "" echo "End of kit $2 (of $3)" cat /dev/null >kit${2}isdone config=true for iskit in $rangelist; do if test -f kit\${iskit}isdone; then echo "You have run kit \${iskit}." else echo "You still need to run kit \${iskit}." config=false fi done case \$config in true) echo "You have run all your kits. Please read README and then type Configure." chmod 755 Configure ;; esac : I do not append .signature, but someone might mail this. exit EOT