]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/windows/python-wrapper.sh
patch::: 1.5.24.rz2: Accidentals Patch 1.5.24
[lilypond.git] / Documentation / windows / python-wrapper.sh
1 #!@SHELL@
2 # @name@.sh -- @name@ wrapper for Windows
3
4 if echo | python - >/dev/null 2>&1; then
5         echo
6 else
7         cat <<EOF
8 Python not found.  Install python-2.1-1 from http://cygwin.com
9 Make sure python.exe in in your PATH
10 EOF
11         exit 1
12 fi
13 python "@prefix@/bin/@name@.py" $*