diff options
Diffstat (limited to 'makepdf.sh')
-rwxr-xr-x | makepdf.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makepdf.sh b/makepdf.sh new file mode 100755 index 0000000..f8d852b --- /dev/null +++ b/makepdf.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# requires imagemagick + +convert *.png book.pdf |