mirror of
https://github.com/TwiN/gatus.git
synced 2026-03-23 23:05:08 +00:00
6 lines
93 B
Bash
6 lines
93 B
Bash
set -evx
|
|
until unconvert -fastmath -all ./...
|
|
do
|
|
unconvert -fastmath -apply -all ./...
|
|
done
|