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

⟦d06b9ce49⟧ TextFile

    Length: 463 (0x1cf)
    Types: TextFile
    Names: »makeall«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./babel/greek/makeall« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦23cd347d5⟧ »unix3.0/babel.tar.Z« 
        └─⟦2fb9f645a⟧ 
            └─⟦this⟧ »babel/greek/makeall« 

TextFile

#!/bin/sh
# In this script "$@" stands for the set of arguments passed to the
# script, as expanded by the UNIX shell; these arguments are passed,
# without further expansion, to `makefont'.  For examply, typing
#
# makeall boo
#
# to the UNIX shell has the same effect as typing
#
# makefont grreg10 boo
# makefont grreg8 boo
# makefont grbld10 boo
# makefont grtt10 boo
#
#

makefont grreg10 "$@"
makefont grreg8 "$@"
makefont grbld10 "$@"
makefont grtt10 "$@"