mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-12-04 18:19:36 +00:00
5 lines
83 B
Bash
5 lines
83 B
Bash
set -evx
|
|
until unconvert -fastmath ./...
|
|
do
|
|
unconvert -fastmath -apply ./...
|
|
done
|