mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-14 05:21:08 +00:00
5 lines
83 B
Bash
5 lines
83 B
Bash
set -evx
|
|
until unconvert -fastmath ./...
|
|
do
|
|
unconvert -fastmath -apply ./...
|
|
done
|