Revision 8303
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/raw_occurrence_record/run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 | 2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../table.run |
3 |
|
|
4 |
MySQL_export () |
|
5 |
{ |
|
6 |
echo_func "$FUNCNAME" "$@" |
|
7 |
"$(dirname "${BASH_SOURCE[0]}")"/../table.run "$FUNCNAME" "$@" |
|
8 |
} |
Also available in: Unified diff
inputs/GBIF/raw_occurrence_record/run: Override MySQL_export() so $filter can be customized