D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /usr/sbin/../share/language-support/../bash-completion/completions/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : //usr/sbin/../share/language-support/../bash-completion/completions/qdbus
# Qt qdbus, dcop completion                                -*- shell-script -*-

_qdbus()
{
    local cur prev words cword
    _init_completion || return

    [[ -n $cur ]] && unset "words[$((${#words[@]}-1))]"
    COMPREPLY=( $(compgen -W '$(command ${words[@]} 2>/dev/null | \
        command sed "s/(.*)//")' -- "$cur") )
} &&
complete -F _qdbus qdbus dcop

# ex: filetype=sh

AnonSec - 2021 | Recode By D7net