Project

General

Profile

« Previous | Next » 

Revision 13977

bin/import_all: TNRS, geoscrub: integrated into the list of metadata sources

View differences:

import_all
33 33
    local import_source= # Source tables have already been imported
34 34
    export import_source # must come after local
35 35
    
36
    make inputs/.TNRS/import
37
    make inputs/.geoscrub/import
38
    
39
    for src in herbaria IRMNG IUCN newWorld; do
36
    for src in geoscrub herbaria IRMNG IUCN newWorld TNRS; do
40 37
        make inputs/."$src"/import "$@" &
41 38
        sleep 5 # wait for make commands to scroll by
42 39
    done

Also available in: Unified diff