Mercurial > dottes
view makeTestBooke.sh @ 840:2b9d0a8f9955
Added tag build-default-313 for changeset 87d041f318a1
author | Jenkins Build Manager <jenkins@cryhavoc.org.uk> |
---|---|
date | Tue, 05 Feb 2019 00:01:26 +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