D7net Mini Sh3LL v1
Current File : /var/www/html/hpsc/staff/../../../../../lib/os-probes/../../share/git-core/../bash-completion/completions/javaws |
# javaws(1) completion -*- shell-script -*-
_javaws()
{
local cur prev words cword
_init_completion -n = || return
case $prev in
-help|-license|-about|-viewer|-arg|-param|-property|-update|-umask)
return
;;
-basedir|-codebase)
_filedir -d
return
;;
-uninstall|-import)
_filedir jnlp
return
;;
esac
if [[ $cur == *= ]]; then
return
elif [[ $cur == -* ]]; then
COMPREPLY=( $(compgen -W "$(_parse_help "$1" -help) " -- "$cur") )
[[ $COMPREPLY == *= ]] && compopt -o nospace
return
fi
_filedir jnlp
} &&
complete -F _javaws javaws
# ex: filetype=sh
AnonSec - 2021 | Recode By D7net