Files
mcr/vendor/modernc.org/sqlite/unconvert.sh
Kyle Isom 75c8b110da Add Nix flake for mcrctl
Vendor dependencies and expose mcrctl binary via nix build.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 21:01:28 -07:00

6 lines
94 B
Bash

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