summaryrefslogtreecommitdiff
path: root/.bash_completion.d/dmount.bashcomp
blob: adbd251976f9520d55f53e2f8370e5aa07b78b96 (plain)
1
2
3
4
5
6
7
# -*- mode: sh -*-
 
_dmount_list() {
    COMPREPLY=( $(dmount --list) )
}
 
complete -F _dmount_list dmount