Answer the question
In order to leave comments, you need to log in
Why does the script not work with files with spaces?
There is a script, but it breaks if the files contain spaces in the name. How to fix?
for font in $(ls); do
if || ;then
echo "$font"
$HOME/Downloads/sfnt2woff-zopfli-master/sfnt2woff-zopfli "$font"
$HOME/Downloads/woff2/woff2_compress "$font"
fi
done
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question