gotosocial/vendor/modernc.org/sqlite/unconvert.sh
tobi b401bd1ccb
[chore] update latest deps, ensure readme up to date (#1873)
* [chore] update latest deps, ensure readme up to date

* remove double entry
2023-06-05 10:15:05 +02:00

6 lines
94 B
Bash

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