source:
dasscm/trunk/etc/bash_completion.d/bash_completion_dasscm.sh@
887
Last change on this file since 887 was 886, checked in by , on Jun 25, 2010 at 7:38:12 PM | |
---|---|
File size: 114 bytes |
Line | |
---|---|
1 | _dasscm() |
2 | { |
3 | COMPREPLY=( $(dasscm complete "${COMP_WORDS[@]:1}") ) |
4 | return 0 |
5 | |
6 | } |
7 | complete -F _dasscm dasscm |
Note:
See TracBrowser
for help on using the repository browser.