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 - metrics - download

⟦8d302e228⟧ TextFile

    Length: 179 (0xb3)
    Types: TextFile
    Names: »newrev«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦f91e15335⟧ »EurOpenD3/news/nntp/nntplink2.0.0.tar.Z« 
        └─⟦2c70c5e6b⟧ 
            └─⟦this⟧ »newrev« 

TextFile

#!/bin/csh
set date="`date`"
set version="`cat version`"
set clobber

/bin/cat > compiled.c << EOF
#ifndef lint
char *compiled="@(#)NNTPlink $version compiled $date";
#endif
EOF