]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/bin/show-latest.sh
release: 1.0.1
[lilypond.git] / stepmake / bin / show-latest.sh
1 #!/bin/sh
2 # show-latest.sh --- show latest lily
3
4 # @PERL@ @step-bindir@/out/show-latest.pl --package=@package@ $*
5 # urg
6 #@step-bindir@/out/show-latest --the-package=@package@ $*
7 if [ $# -lt 1 ]; then
8         print="-p"
9 fi
10 @abs-step-bindir@/out/package-latest --the-package=@package@ $* $print
11