0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-05-27 23:30:35 +00:00
Files
go-sqlite/unconvert.sh

5 lines
92 B
Bash
Raw Permalink Normal View History

2019-12-18 17:51:11 +01:00
until unconvert -fastmath . &> /dev/null
do
unconvert -fastmath -apply . &> /dev/null
done