#!/bin/bash set -e echo "Importing CSV into puzzles table..." psql -U "$POSTGRES_USER" -d "$POSTGRES_DB" <