matterbridge/vendor/modernc.org/sqlite/unconvert.sh

5 lines
92 B
Bash
Raw Normal View History

2022-01-31 00:27:37 +01:00
until unconvert -fastmath . &> /dev/null
do
unconvert -fastmath -apply . &> /dev/null
done