Mercurial > dottes
view makeTestBooke.sh @ 13:232a778181e3
First go at LaTeX booklet.
author | Jim Hague <jim.hague@laicatc.com> |
---|---|
date | Mon, 27 Feb 2012 08:50:45 +0000 |
parents | makeBooke.sh@215b3a1aa761 |
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