Files
with/vendor/modernc.org/sqlite/unconvert.sh
Bel LaPointe 886c4aabff vendor
2026-03-09 09:42:09 -06:00

6 lines
94 B
Bash

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