#!/bin/sh


exec /usr/bin/sqlite3 -cmd ".timeout 60000" "$@"
