mirror of
https://github.com/ergochat/ergo.git
synced 2026-05-20 14:24:00 +02:00
6 lines
94 B
Bash
6 lines
94 B
Bash
set -evx
|
|
until unconvert -fastmath -all ./...
|
|
do
|
|
unconvert2 -fastmath -apply -all ./...
|
|
done
|