Your IP : 216.73.216.220


Current Path : /proc/thread-self/root/snap/core/current/usr/share/bash-completion/completions/
Upload File :
Current File : //proc/thread-self/root/snap/core/current/usr/share/bash-completion/completions/gendiff

# gendiff(1) completion                                    -*- shell-script -*-

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

    [[ $cword -eq 1 ]] && _filedir -d
} &&
complete -F _gendiff gendiff

# ex: ts=4 sw=4 et filetype=sh