kopia lustrzana https://github.com/tonsky/FiraCode
9 wiersze
171 B
Plaintext
9 wiersze
171 B
Plaintext
![]() |
#!/bin/zsh -euo pipefail
|
||
|
cd "`dirname $0`/.."
|
||
|
|
||
|
./script/check_widths
|
||
|
# ./script/build_ttf
|
||
|
./script/build_variable
|
||
|
./script/build_woff
|
||
|
./script/build_woff2
|
||
|
./script/package
|