1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-08-15 16:00:31 +03: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