1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 05:38:43 +02:00

import Werner Finks shell completion scripts

This commit is contained in:
2009-06-18 09:20:07 +00:00
parent 626aa36925
commit 751d3afb27
4 changed files with 306 additions and 0 deletions

4
dist/complete.sh vendored Normal file
View File

@@ -0,0 +1,4 @@
test -z "$BASH_VERSION" && return
complete -o default _nullcommand &> /dev/null || return
complete -r _nullcommand &> /dev/null || return
complete -o default -C /usr/lib/osc/complete osc