Project

General

Profile

« Previous | Next » 

Revision 10580

bin/import_all: with_all import_scrub: documented that this step uses $by_col, so that users know to include by_col=1 when running this step separately

View differences:

bin/import_all
36 36
    
37 37
    wait # wait for asynchronous commands
38 38
    
39
    . "$selfDir/with_all" import_scrub "$@"
39
    . "$selfDir/with_all" import_scrub "$@" # uses $by_col
40 40
    
41 41
    local jobs="$(jobs -p)"
42 42
    echo "import_scrub PIDs: $jobs" >&2

Also available in: Unified diff