Project

General

Profile

1 9590 aaronmk
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/util.run
3 9854 aaronmk
.rel ../sh/local.sh
4
.rel ../sh/db_make.sh
5 9590 aaronmk
6
if self_not_included; then
7
8
: "${schema="$(log+ 2 cd "$top_dir"; basename "$PWD")"}"; export schema
9
10
fi