1 ALL_TABLES=`../table_creator/table_creator list all`
4 echo "Dumps to stdout some tables of a given db on mowgli."
5 echo "If no tables are given the dump will contain:"
8 echo "usage: dump.sh dbname [tables...]"
20 mysqldump -e --add-drop-table -u helm -h mowgli.cs.unibo.it $DB $TABLES