mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-08 16:11:11 -06:00
4 lines
92 B
Bash
4 lines
92 B
Bash
|
|
until unconvert -fastmath . &> /dev/null
|
||
|
|
do
|
||
|
|
unconvert -fastmath -apply . &> /dev/null
|
||
|
|
done
|