FiraCode/script/build.sh

8 wiersze
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