Files
gatus/vendor/modernc.org/sqlite/unconvert.sh
2022-12-01 20:19:56 -05:00

6 lines
93 B
Bash

set -evx
until unconvert -fastmath -all ./...
do
unconvert -fastmath -apply -all ./...
done