1
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2024-09-20 01:20:51 +00:00
go-sqlite/unconvert.sh

6 lines
94 B
Bash
Executable File

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