COMPREPLY=(
    $(compgen -A directory -S / -- "${COMP_WORDS[COMP_CWORD]}")
)
comp_install -d
