# mailman check_perms completion -*- shell-script -*- proc _check_perms { local cur prev words cword _init_completion || return if [[ "$cur" == -* ]] { setglobal COMPREPLY = ''( $( compgen -W '-f -v -h' -- "$cur" ) ) } } && complete -F _check_perms check_perms # ex: ts=4 sw=4 et filetype=sh