OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /usr/share/systemd/../locales/../bash-completion/completions/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
# dsniff completion -*- shell-script -*- _dsniff() { local cur prev words cword _init_completion || return case $prev in -r|-w|-f|-p) _filedir return ;; -i) _available_interfaces -a return ;; esac if [[ "$cur" == -* ]]; then COMPREPLY=( $(compgen -W '$(_parse_usage "$1") -r -w -p' -- "$cur") ) fi } && complete -F _dsniff dsniff # ex: filetype=sh