#!/bin/sh

exec >/home/e-smith/db/mysql/mysql.dump
exec /usr/bin/mysqldump --add-drop-table -A -Q
