view makeTestBooke.sh @ 1044:bbbfccb8861a

Added tag build-default-376 for changeset 299810abf447
author Jenkins Build Manager <jenkins@cryhavoc.org.uk>
date Sat, 11 Apr 2020 19:46:06 +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