Mercurial > dottes
view makeTestBooke.sh @ 23:3167dd4b79b6
Add From Night Till Morn, Herbert the Sherbert, The Plane Tree, Quarter Brawls,
Rufty Tufty and The Slow.
author | Jim Hague <jim.hague@laicatc.com> |
---|---|
date | Thu, 01 Mar 2012 09:52:19 +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