Project

General

Profile

1 10083 aaronmk
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/datasrc_dir.run
3
4
if self_not_included; then
5
6
subdirs=(_src "${subdirs[@]}")
7
8
fi