Project

General

Profile

1
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/datasrc_dir.run
3

    
4
if self_not_included; then
5

    
6
subdirs=(_MySQL "${subdirs[@]}")
7

    
8
fi
(7-7/9)