summaryrefslogtreecommitdiffstats
path: root/vendor/modernc.org/sqlite/unconvert.sh
blob: af3b87f832c6c13699eb6e6f4bc63972c3443918 (plain) (blame)
1
2
3
4
until unconvert -fastmath . &> /dev/null
do
	unconvert -fastmath -apply . &> /dev/null
done