root/lib/runscripts/datasrc_dir.run @ 10946
1 | 9590 | aaronmk | #!/bin/bash -e
|
---|---|---|---|
2 | 10759 | aaronmk | . "$(dirname "${BASH_SOURCE[0]}")"/in_datasrc_dir.run |
3 | 10760 | aaronmk | .rel import.run |
4 | 9590 | aaronmk | |
5 | if self_not_included; then |
||
6 | |||
7 | 10945 | aaronmk | table_subdirs=($(cat "$top_dir"/import_order.txt)) |
8 | subdirs=("${table_subdirs[@]}") |
||
9 | 9962 | aaronmk | |
10 | 10946 | aaronmk | postprocess()
|
11 | {
|
||
12 | echo_func |
||
13 | local subdirs=("${table_subdirs[@]}") |
||
14 | fwd "$FUNCNAME" "$@" |
||
15 | }
|
||
16 | |||
17 | 9962 | aaronmk | import()
|
18 | {
|
||
19 | echo_func |
||
20 | fwd "$FUNCNAME" "$@" |
||
21 | }
|
||
22 | |||
23 | 9590 | aaronmk | fi
|