7 lines
210 B
Bash
7 lines
210 B
Bash
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
|
|
# ex: ts=8 sw=8 noet filetype=sh
|
|
#
|
|
# lilypond completion by Laurent Martelli <laurent@bearteam.org>
|
|
|
|
complete -f -X '!*.ly' lilypond ly2dvi
|