Project

General

Profile

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

    
4
if self_not_included; then
5

    
6
subdirs=(_MySQL raw_occurrence_record_plants)
7

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

    
14
fi
(8-8/10)