mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2024-11-01 16:27:31 +02:00
10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
|
#!/bin/sh
|
||
|
gs -sDEVICE=pbmraw -sOutputFile=- -g256x64 -q - <<EOF | pbmtoxbm
|
||
|
/Helvetica-Bold findfont
|
||
|
80 scalefont
|
||
|
setfont
|
||
|
0 4 moveto
|
||
|
($1) show
|
||
|
showpage
|
||
|
EOF
|