1
0
Fork 0
golang-modernc-sqlite/unconvert.sh
Daniel Baumann 271b368104
Adding upstream version 1.37.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-17 09:46:10 +02:00

5 lines
94 B
Bash
Executable file

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