Project

General

Profile

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

    
4
subdirs=(_MySQL raw_occurrence_record)
5

    
6
import ()
7
{
8
	echo_func "$@"
9
	fwd "$FUNCNAME" "$@"
10
}
(8-8/10)