links/graphics/gen

12 lines
176 B
Plaintext
Raw Permalink Normal View History

2021-08-28 15:37:32 +00:00
#!/bin/sh
LANG=en_US
export LANG
LC_ALL=C
export LC_ALL
make arrow generate_font &&
./arrow &&
./generate_font &&
rm arrow generate_font &&
mv font_inc.c .. &&
mv arrow.inc ..