view makeTestBooke.sh @ 532:2f9c03a31f56

Added tag build-default-224 for changeset 8f7839f8e8cd
author Jenkins Build Manager <jenkins@cryhavoc.org.uk>
date Sun, 13 Dec 2015 15:53:49 +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