mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-11 23:57:30 -06:00
5 lines
83 B
Bash
5 lines
83 B
Bash
|
|
set -evx
|
||
|
|
until unconvert -fastmath ./...
|
||
|
|
do
|
||
|
|
unconvert -fastmath -apply ./...
|
||
|
|
done
|