Searched refs:relative_path (Results 1 – 4 of 4) sorted by relevance
7 relative_path="${BASH_SOURCE%/*}"8 if [[ "$relative_path" == "${BASH_SOURCE}" ]]; then9 relative_path="."12 source "$relative_path/lib.sh"
19 relative_path="${BASH_SOURCE%/*}"20 if [[ "$relative_path" == "${BASH_SOURCE}" ]]; then21 relative_path="."24 if [[ -f $relative_path/forwarding.config ]]; then25 source "$relative_path/forwarding.config"
36 source "$relative_path/mirror_topo_lib.sh"
3 source "$relative_path/mirror_lib.sh"