#/usr/bin/env bash _foreign_domain_completions () { KAZ_ROOT=$(cd "$(dirname ${COMP_WORDS[0]})"/..; pwd) . "${KAZ_ROOT}/bin/.commonFunctions.sh" setKazVars COMPREPLY=() local cword=${COMP_CWORD} cur=${COMP_WORDS[COMP_CWORD]} card=${#COMP_WORDS[@]} i w skip=0 for ((i=1 ; i