Mercurial > dottes
view makeTestBooke.sh @ 1096:fb37aa6c0e42 default tip
Added tag build-default-416 for changeset 67e117def7ef
author | Jenkins Build Manager <jenkins@lunch.org.uk> |
---|---|
date | Sat, 25 Feb 2023 23:42:12 +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