Bugzilla – Attachment 61813 Details for
Bug 141108
bash completion for yast2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
simple bash completion for yast2
yast.sh (text/plain), 340 bytes, created by
Stefan Sauer
on 2005-12-29 19:28:53 UTC
(
hide
)
Description:
simple bash completion for yast2
Filename:
MIME Type:
Creator:
Stefan Sauer
Created:
2005-12-29 19:28:53 UTC
Size:
340 bytes
patch
obsolete
>_yast2() >{ > local cur prev opts > COMPREPLY=() > cur="${COMP_WORDS[COMP_CWORD]}" > prev="${COMP_WORDS[COMP_CWORD-1]}" > opts_list=`yast2 -l` > opts=`echo ${opts_list} | cut -d' ' -f3-` > > if [[ ${cur} != -* ]] ; then > COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) > return 0 > fi >} >complete -F _yast2 yast2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 141108
: 61813