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

⟦f6ec45049⟧ TextFile

    Length: 395 (0x18b)
    Types: TextFile
    Names: »MAKE.v2«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Dating/MAKE.v2« 

TextFile

# run with /bin/csh or /bin/sh
# make files to be used by date.v2.p

mkdir .date
mv Questions .date/Questions
mv bbase .date/bbase
touch .date/database
touch /tmp/.name

cc -c getw.c
pc date.v2.p getw.o
rm *.o
mv a.out datingame

chmod 777 .date
chmod 644 .date/Questions
chmod 644 .date/bbase
chmod 666 .date/database
chmod 711 datingame
chmod 666 /tmp/.name

echo 'datingame is now installed'