mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-05 15:47:47 +01:00
4 lines
92 B
Bash
4 lines
92 B
Bash
until unconvert -fastmath . &> /dev/null
|
|
do
|
|
unconvert -fastmath -apply . &> /dev/null
|
|
done
|