Revision 10946
Added by Aaron Marcuse-Kubitza about 11 years ago
lib/runscripts/datasrc_dir.run | ||
---|---|---|
7 | 7 |
table_subdirs=($(cat "$top_dir"/import_order.txt)) |
8 | 8 |
subdirs=("${table_subdirs[@]}") |
9 | 9 |
|
10 |
postprocess() |
|
11 |
{ |
|
12 |
echo_func |
|
13 |
local subdirs=("${table_subdirs[@]}") |
|
14 |
fwd "$FUNCNAME" "$@" |
|
15 |
} |
|
16 |
|
|
10 | 17 |
import() |
11 | 18 |
{ |
12 | 19 |
echo_func |
Also available in: Unified diff
lib/runscripts/datasrc_dir.run: added postprocess target to run postprocess in just the table subdirs, skipping any additional subdirs that don't have this target