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

⟦218ecd8ca⟧ TextFile

    Length: 145 (0x91)
    Types: TextFile
    Names: »convert«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/web/convert« 

TextFile

#!/bin/sh
# Convert WEB system programs to C.
# 

cat web.defines $1 \
	| ../web2c/web2c -hweb.h -c`basename $1 .p` \
	| ../web2c/fixwrites > $2