Mercurial > dottes
view makeTestBooke.sh @ 1075:5a27c4b43e07
Added tag build-default-391 for changeset 086bdf5bbb63
author | Jenkins Build Manager <jenkins@cryhavoc.org.uk> |
---|---|
date | Fri, 11 Mar 2022 15:43:37 +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