0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-05-22 23:28:02 +00:00
Files
go-sqlite/unconvert.sh

6 lines
94 B
Bash
Raw Normal View History

2022-10-12 16:30:59 +02:00
set -evx
2022-09-20 16:09:38 +02:00
until unconvert -fastmath -all ./...
2019-12-18 17:51:11 +01:00
do
unconvert2 -fastmath -apply -all ./...
2019-12-18 17:51:11 +01:00
done