Mercurial > dottes
view makeTestBooke.sh @ 972:19ac83d62471
Added tag build-default-352 for changeset 4a4ad92d9659
author | Jenkins Build Manager <jenkins@cryhavoc.org.uk> |
---|---|
date | Thu, 08 Aug 2019 14:45:08 +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