Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > ac90588d41c5df96767f410238ecc764 > files > 3

beesu-2.7-3.mga5.x86_64.rpm


[ -z "$BASH_VERSION" ] && return

_beesu()
{
    local curw
    COMPREPLY=()
    curw=${COMP_WORDS[COMP_CWORD]}
    COMPREPLY=($(compgen -c -f -b -- $curw))
    return 0
}

complete -o default -F _beesu beesu