mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-12-18 16:53:50 +00:00
5 lines
94 B
Bash
5 lines
94 B
Bash
set -evx
|
|
until unconvert -fastmath -all ./...
|
|
do
|
|
unconvert2 -fastmath -apply -all ./...
|
|
done
|