✏️ 正在编辑: iwspy
路径:
/snap/core20/2769/usr/share/bash-completion/completions/iwspy
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# iwspy completion -*- shell-script -*- _iwspy() { local cur prev words cword _init_completion || return if [[ $cword -eq 1 ]]; then if [[ "$cur" == -* ]]; then COMPREPLY=( $(compgen -W '--help --version' -- "$cur") ) else _available_interfaces -w fi else COMPREPLY=( $(compgen -W 'setthr getthr off' -- "$cur") ) fi } && complete -F _iwspy iwspy # ex: filetype=sh
💾 保存文件
← 返回文件管理器