summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/levy/makeall
blob: c12e16124184daabd9014dc818b3d32adc07708e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/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 "$@"