#!/bin/bash set -e DB_PATH=$(realpath "$1") DUMP_PATH=$(realpath "$2") SQL=$( cat <