Project

General

Profile

1 9590 aaronmk
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/util.run
3 9962 aaronmk
. "$(dirname "${BASH_SOURCE[0]}")"/import.run
4 9854 aaronmk
.rel ../sh/local.sh
5
.rel ../sh/db_make.sh
6 9590 aaronmk
7
if self_not_included; then
8
9
: "${schema="$(log+ 2 cd "$top_dir"; basename "$PWD")"}"; export schema
10
11 9962 aaronmk
subdirs=($(cat "$top_dir"/import_order.txt))
12
13
import()
14
{
15
	echo_func
16
	fwd "$FUNCNAME" "$@"
17
}
18
19 9590 aaronmk
fi