D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /libx32/../share/snapd/../locale/ia/../../doc/info/../libroken18-heimdal/../usbmuxd/../liberror-perl/../grub2-common/../libjpeg8/../php7.4-mysql/../gnupg/../python3-apt/../netplan.io/../wget/../libcurl3-gnutls/../libthai-data/../python3-six/../screen/../maria/../libxaw7/../libmnl0/../netplan/../gdisk/../systemd-sysv/../grep/../udisks2/../libacl1/../libxmlb1/../libperl5.30/../automake/../libmpfr6/../libisl22/../libext2fs2/../libcrypt1/../libtiff5/../zerofree/../libudev1/../debianutils/../diffutils/../libpython3.8/../kbd/../gawk/../libblockdev-utils2/../lbt/../libgusb2/../libcanberra0/../libglib2.0-bin/../gpgsm/../python3-certifi/../libunistring2/../libpam-modules/../libsctp1/../fdisk/../python3-oauthlib/../mawk/../xkb-data/../python3-software-properties/../libcbor0.6/../../bash-completion/completions/

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

Current File : //libx32/../share/snapd/../locale/ia/../../doc/info/../libroken18-heimdal/../usbmuxd/../liberror-perl/../grub2-common/../libjpeg8/../php7.4-mysql/../gnupg/../python3-apt/../netplan.io/../wget/../libcurl3-gnutls/../libthai-data/../python3-six/../screen/../maria/../libxaw7/../libmnl0/../netplan/../gdisk/../systemd-sysv/../grep/../udisks2/../libacl1/../libxmlb1/../libperl5.30/../automake/../libmpfr6/../libisl22/../libext2fs2/../libcrypt1/../libtiff5/../zerofree/../libudev1/../debianutils/../diffutils/../libpython3.8/../kbd/../gawk/../libblockdev-utils2/../lbt/../libgusb2/../libcanberra0/../libglib2.0-bin/../gpgsm/../python3-certifi/../libunistring2/../libpam-modules/../libsctp1/../fdisk/../python3-oauthlib/../mawk/../xkb-data/../python3-software-properties/../libcbor0.6/../../bash-completion/completions/ypcat
# bash completion for yp-tools                             -*- shell-script -*-

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

    local map cmd=${1##*/}

    [[ $cmd == ypcat && $cword -gt 1 ]] && return
    [[ $cmd == ypmatch && $cword -gt 2 ]] && return

    if [[ $cmd == ypmatch && $cword -eq 1 && ${#words[@]} -eq 3 ]]; then
        map=${words[2]}
        COMPREPLY=( $(compgen -W '$(ypcat $map 2>/dev/null | \
            cut -d':' -f 1)' -- "$cur") )
    else
        [[ $cmd == ypmatch && $cword -ne 2 ]] && return
        COMPREPLY=( $(compgen -W \
            '$(printf "%s\n" $(ypcat -x 2>/dev/null | \
               cut -d"\"" -f 2))' -- "$cur") )
    fi
} &&
complete -F _ypmatch ypmatch ypcat

# ex: filetype=sh

AnonSec - 2021 | Recode By D7net