source: code/trunk/vendor/modernc.org/sqlite/unconvert.sh@ 822

Last change on this file since 822 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 93 bytes
Line 
1set -evx
2until unconvert -fastmath -all ./...
3do
4 unconvert -fastmath -apply -all ./...
5done
Note: See TracBrowser for help on using the repository browser.