3
0
mirror of https://github.com/ergochat/ergo.git synced 2026-03-20 06:08:08 +01:00
ergo/vendor/modernc.org/sqlite/unconvert.sh
2026-03-12 21:32:13 -04:00

6 lines
94 B
Bash

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