Sindbad~EG File Manager

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

# pwck(8) completion                                       -*- shell-script -*-

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

    if [[ "$cur" == -* ]]; then
        COMPREPLY=( $( compgen -W '$( _parse_usage "$1" )' -- "$cur" ) )
        return
    fi

    _filedir
} &&
complete -F _pwck pwck

# ex: filetype=sh

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists