Mercurial > dottes
view makeTestBooke.sh @ 577:c8b42d9b9224
Added tag build-default-237 for changeset a44de27fd0f8
author | Jenkins Build Manager <jenkins@cryhavoc.org.uk> |
---|---|
date | Sat, 15 Oct 2016 18:34:03 +0100 |
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