1
0
Fork 0
mirror of synced 2024-05-02 03:33:05 +12:00
FiraCode/script/build.sh

8 lines
136 B
Bash
Executable file

#!/bin/bash
set -o errexit -o nounset -o pipefail
cd "`dirname $0`"
./build_ttf.sh
./build_variable.sh
./build_woff2.sh
./build_woff.sh