view makeTestBooke.sh @ 1052:9bce84b2314e build-default-380

Use same end bar ending as used elsewhere in the Booke.
author Jim Hague <jim.hague@acm.org>
date Tue, 30 Jun 2020 20:25:32 +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