summaryrefslogtreecommitdiff
path: root/completions/explodepkg
blob: 3806327ef9668aa5d0e81b18bd3d380af6a99a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Slackware Linux explodepkg completion

complete -o plusdirs -f -X '!*.t[bglx]z' explodepkg

# Local variables:
# mode: shell-script
# sh-basic-offset: 4
# sh-indent-comment: t
# indent-tabs-mode: nil
# End:
# ex: ts=4 sw=4 et filetype=sh