mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-01 16:55:57 +02:00
15 lines
223 B
Bash
Executable File
15 lines
223 B
Bash
Executable File
#!/bin/bash
|
|
# version: 1.1.0
|
|
|
|
fontfile=$1
|
|
dir=$(dirname "$0")
|
|
|
|
echo "dir $dir"
|
|
|
|
"${dir}/autohint.sh" "$fontfile"
|
|
"${dir}/../fpfix.py" "$fontfile"
|
|
|
|
printf "\\n"
|
|
printf "[Nerd Fonts] Post Processed Hack '%s'\\n" "$fontfile"
|
|
|