Revision 10096
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/datasrc_dir.run | ||
---|---|---|
3 | 3 |
. "$(dirname "${BASH_SOURCE[0]}")"/import.run |
4 | 4 |
.rel ../sh/local.sh |
5 | 5 |
.rel ../sh/db_make.sh |
6 |
.rel ../sh/datasrc.sh |
|
6 | 7 |
|
7 | 8 |
if self_not_included; then |
8 | 9 |
|
lib/runscripts/subdir.run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 | 2 |
. "$(dirname "${BASH_SOURCE[0]}")"/util.run |
3 | 3 |
.rel ../sh/local.sh |
4 |
.rel ../sh/datasrc.sh |
|
4 | 5 |
|
5 | 6 |
if self_not_included; then |
6 | 7 |
|
Also available in: Unified diff
lib/runscripts/datasrc_dir.run, subdir.run: use new lib/sh/datasrc.sh, which contains code in common to both datasrc-related dir runscripts