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=(family_homonyms genus_homonyms species_homonyms)
7

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

    
14
fi
(4-4/5)