mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-02-19 05:00:47 +01:00
6 lines
94 B
Bash
6 lines
94 B
Bash
set -evx
|
|
until unconvert -fastmath -all ./...
|
|
do
|
|
unconvert2 -fastmath -apply -all ./...
|
|
done
|