Revision 13974
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/bin/import_all | ||
---|---|---|
37 | 37 |
make inputs/.TNRS/publish |
38 | 38 |
make inputs/.geoscrub/publish |
39 | 39 |
|
40 |
make inputs/.herbaria/import "$@" & |
|
41 |
sleep 5 # wait for make commands to scroll by |
|
40 |
for src in herbaria IRMNG IUCN newWorld; do |
|
41 |
make inputs/."$src"/import "$@" & |
|
42 |
sleep 5 # wait for make commands to scroll by |
|
43 |
done |
|
42 | 44 |
|
43 | 45 |
wait # wait for asynchronous commands |
44 | 46 |
|
Also available in: Unified diff
fix: bin/import_all: updated for new metadata datasource names (see issue #940)