comparison 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
comparison
equal deleted inserted replaced
12:5f39bec3f0fb 13:232a778181e3
1 #!/bin/sh
2
3 if [ $# != 1 ]; then
4 echo "Usage: make.sh <book dir name>"
5 exit 1
6 fi
7
8 booke=$1
9
10 find $booke -name "*.abc" | sort | xargs abcm2ps -F dottes.fmt -O $booke.ps