summaryrefslogtreecommitdiff
path: root/makepdf.sh
diff options
context:
space:
mode:
authorNick White <hg@njw.me.uk>2011-08-01 18:33:40 +0100
committerNick White <hg@njw.me.uk>2011-08-01 18:33:40 +0100
commit99ad99f6c360451305796b895419382e76c93970 (patch)
tree7a3014b6cb2d0cfa8de777a9184db5611a798ed7 /makepdf.sh
parent063a0de3c10d38741c939297bb19d8284757e00c (diff)
Add makepdf script
Diffstat (limited to 'makepdf.sh')
-rwxr-xr-xmakepdf.sh4
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