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/portsnap
# bash completion for Portsnap                             -*- shell-script -*-

[[ $OSTYPE == *freebsd* ]] || return 1

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

    case $prev in
        -d|-p)
            _filedir -d
            return
            ;;
        -l|-f)
            _filedir
            return
            ;;
    esac

    COMPREPLY=( $(compgen -W "fetch cron extract update" -- $cur) )
} &&
complete -F _portsnap  portsnap

# ex: filetype=sh

AnonSec - 2021 | Recode By D7net