#!/bin/bash DB="metadata.db" for t in $(sqlite3 "$DB" ".tables"); do echo "Esporto $t..." sqlite3 "$DB" <