diff options
author | Nick White <hg@njw.me.uk> | 2011-08-02 20:43:16 +0100 |
---|---|---|
committer | Nick White <hg@njw.me.uk> | 2011-08-02 20:43:16 +0100 |
commit | ce9df0c08b450ccbe4700ee6dab4a75ecaf2d32b (patch) | |
tree | a803f7877fc5b93af41e2664facb3da177f79629 /makebookpdf.sh | |
parent | 99ad99f6c360451305796b895419382e76c93970 (diff) |
Rename makebookpdf
Diffstat (limited to 'makebookpdf.sh')
-rwxr-xr-x | makebookpdf.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makebookpdf.sh b/makebookpdf.sh new file mode 100755 index 0000000..80e776f --- /dev/null +++ b/makebookpdf.sh @@ -0,0 +1,5 @@ +#!/bin/sh +# See COPYING file for copyright and license details. +# Requires imagemagick + +convert *.png book.pdf |