#!/bin/sh

/usr/local/bin/mysql --user=USER --password=PASS -f -ssss DATABASE < data/import.sql

