Project

General

Profile

1 9949 aaronmk
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/import.run
3
4
if self_not_included; then
5
6
subdirs=(family_homonyms genus_homonyms species_homonyms)
7
8
import()
9
{
10
	echo_func
11
	fwd "$FUNCNAME" "$@"
12
}
13
14
fi