5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-10 08:40:29 +00:00
matterbridge/vendor/modernc.org/sqlite/unconvert.sh
2022-11-27 00:42:16 +01:00

6 lines
93 B
Bash

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