HOME


5h-3LL 1.0
DIR: /usr/share/bash-completion/completions
/usr/share/bash-completion/completions/
Upload File:
Current File : /usr/share/bash-completion/completions/gendiff
# gendiff(1) completion                                    -*- shell-script -*-

_gendiff()
{
    local cur prev words cword
    _init_completion -o '@(diff|patch)' || return

    ((cword == 1)) && _filedir -d
} &&
    complete -F _gendiff gendiff

# ex: filetype=sh