Files
development/4dev/database/bin/drop_reload.sh
Clemens Schwaighofer 3aaa9b3f0d Remove old SVN $id$, add edit_access_data table
edit_access_data table can hold name/value pairs for additional info in
the access group
2016-07-15 10:13:29 +09:00

7 lines
72 B
Bash
Executable File

#!/bin/bash
rm error;
rm output;
bin/drop_data.sh;
bin/import_data.sh;