mirror of
https://github.com/status-im/matterbridge.git
synced 2025-02-05 10:43:32 +00:00
6 lines
93 B
Bash
6 lines
93 B
Bash
set -evx
|
|
until unconvert -fastmath -all ./...
|
|
do
|
|
unconvert -fastmath -apply -all ./...
|
|
done
|