testing
[namibia] / rebuild-templates.sh
1 #!/bin/bash
2 echo -e "\n\n"
3 echo -e "\nRunning fixtures..."
4 php ./public/index.php fixture buildtemplates
5 rm -f data/templates.sql
6 mysqldump -uroot -p mig_db lib_template lib_repeater_template > data/templates.sql