OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /var/www/html/../../../usr/share/applications/../bash-completion/completions/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
# vipw(8) and vigr completion -*- shell-script -*- _vipw() { local cur prev words cword _init_completion || return case $prev in --help|-!(-*)h) return ;; --root|-!(-*)R) _filedir -d return ;; esac COMPREPLY=( $(compgen -W '$(_parse_help "$1")' -- "$cur") ) } && complete -F _vipw vipw vigr # ex: filetype=sh