Project

General

Profile

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