Revision 9590
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/datasrc_dir.run | ||
---|---|---|
1 |
#!/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 |
|
0 | 10 |
Also available in: Unified diff
added lib/runscripts/datasrc_dir.run