mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-24 10:15:47 +03:00
5 lines
83 B
Bash
5 lines
83 B
Bash
set -evx
|
|
until unconvert -fastmath ./...
|
|
do
|
|
unconvert -fastmath -apply ./...
|
|
done
|