1 2 3 4 5 6
#!/bin/sh { echo "create database zabbix; use zabbix;" cat mysql/schema.sql data/data.sql } | mysql ${*}