view makeTestBooke.sh @ 415:0a013c052c4d

Added tag build-default-181 for changeset 2a1e1754e4bf
author Jenkins Build Manager <jenkins@cryhavoc.org.uk>
date Tue, 03 Sep 2013 23:37:01 +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