view makeTestBooke.sh @ 481:7310b42b9b40

Added tag build-default-205 for changeset 29bd3ded5b34
author Jenkins Build Manager <jenkins@cryhavoc.org.uk>
date Tue, 29 Apr 2014 18:14:27 +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