DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦d5c63d7a0⟧ TextFile

    Length: 231 (0xe7)
    Types: TextFile
    Names: »newver.csh«

Derivation

└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen
    └─ ⟦this⟧ »cph85dist/rman/daemon/newver.csh« 

TextFile

#! /bin/csh -f
set date = `date`

if (-e .version) then
	set version = ` awk '{ print $1 + 1 }' .version `
else
	set version = 1
endif
echo $version >! .version

sed -e "s;DATE;$date;;" -e "s;VERSION;$version;;" ver.c >! version.c