Revision 9586
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/_MySQL/GBIFPortalDB-2013-02-20.data.sql.run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/table_dir.run
|
|
2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/subdir.run
|
|
3 | 3 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/sh/resume_import.sh |
4 | 4 |
|
5 | 5 |
if self_not_included; then |
Also available in: Unified diff
lib/runscripts/table_dir.run: renamed table to subdir because this can apply to any datasrc subdir. moved table-specific code to table.run.