Mercurial > dottes
view makeTestBooke.sh @ 450:a64f822f008b
Added tag build-default-193 for changeset 0c7ba14debe3
author | Jenkins Build Manager <jenkins@cryhavoc.org.uk> |
---|---|
date | Fri, 14 Feb 2014 23:24:07 +0000 |
parents | 232a778181e3 |
children |
line wrap: on
line source
#!/bin/sh if [ $# != 1 ]; then echo "Usage: make.sh <book dir name>" exit 1 fi booke=$1 find $booke -name "*.abc" | sort | xargs abcm2ps -F dottes.fmt -O $booke.ps