|
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: 151 (0x97) Types: TextFile Names: »makename«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦e7f64e0c0⟧ »EurOpenD3/mail/vmh.tar.Z« └─⟦dcb95597f⟧ └─⟦this⟧ »bin/makename«
#!/bin/sh for i in RCS/*,v; do echo -n ${i} rev=`rlog -t ${i} | awk '/head/ {print $2}'` ; echo " revision " ${rev} rcs -n${1}:${rev} ${i} ; done