source: dasscm/trunk/etc/bash_completion.d/bash_completion_dasscm.sh@ 886

Last change on this file since 886 was 886, checked in by joergs, on Jun 25, 2010 at 7:38:12 PM

replaced by simpliert function using dasscm

File size: 114 bytes
Line 
1_dasscm()
2{
3 COMPREPLY=( $(dasscm complete "${COMP_WORDS[@]:1}") )
4 return 0
5
6}
7complete -F _dasscm dasscm
Note: See TracBrowser for help on using the repository browser.