mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2025-02-16 15:09:48 +03:00
5 lines
94 B
Bash
5 lines
94 B
Bash
set -evx
|
|
until unconvert -fastmath -all ./...
|
|
do
|
|
unconvert2 -fastmath -apply -all ./...
|
|
done
|