#!/bin/sh mysql -u root --password="${MYSQL_ROOT_PASSWORD}" --database=projectdb </tmp/projectdb.sql && rm /tmp/projectdb.sql