#! /bin/csh -f ## (re)defines the company database in msql by (re)loading the schema ## and the data and also dumping out the result in a standard form msql company < company-schema.msql msql company < company-data.msql msqldump company > company-dump.msql