File: bash_completion.cme_multistrap

package info (click to toggle)
libconfig-model-perl 2.155-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,172 kB
  • sloc: perl: 15,117; makefile: 19
file content (4 lines) | stat: -rw-r--r-- 95 bytes parent folder | download
1
2
3
4
_cme_multistrap()
{
    COMPREPLY=( $( compgen -o filenames -G "$cur*" -W '~~ -' -- $cur ) )
}