# Red Hat & Debian GNU/Linux if{up,down} completion -*- shell-script -*- _userland GNU || return 1 proc _ifupdown { var cur = '', prev = '', words = '', cword = '' _init_completion || return if [[ $cword -eq 1 ]] { _configured_interfaces setglobal COMPREPLY = '( '$(compgen -W '${COMPREPLY[@]}' -- "$cur") ) } return 0 } && complete -F _ifupdown ifup ifdown ifstatus # ex: ts=4 sw=4 et filetype=sh