|
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 - download
Length: 231 (0xe7) Types: TextFile Names: »newver.csh«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─ ⟦this⟧ »cph85dist/rman/daemon/newver.csh«
#! /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