#!/bin/sh
exec /usr/local/bin/sqlite3 -cmd ".timeout 60000" "$@"
