Revision 9963
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/IRMNG/run | ||
---|---|---|
1 | 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 |
|
2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/datasrc_dir.run |
Also available in: Unified diff
inputs/IRMNG/run: use lib/runscripts/datasrc_dir.run, which now provides import() and $subdirs