6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
|
#!/bin/bash -e
|
||
|
|
||
|
source venv/bin/activate
|
||
|
|
||
|
rm -rf distr/otf
|
||
|
fontmake -g FiraCode.glyphs -o otf --output-dir distr/otf -i
|