Project

General

Profile

« Previous | Next » 

Revision 10051

inputs/GBIF/run: inherit from lib/runscripts/datasrc_dir.run, which uses import_order.txt to forward calls to the subdirs

View differences:

inputs/GBIF/run
1 1
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/import.run
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/datasrc_dir.run
3 3

  
4 4
if self_not_included; then
5 5

  
6
subdirs=(_MySQL raw_occurrence_record_plants)
6
subdirs=(_MySQL "${subdirs[@]}")
7 7

  
8
import()
9
{
10
	echo_func
11
	fwd "$FUNCNAME" "$@"
12
}
13

  
14 8
fi

Also available in: Unified diff