aboutsummaryrefslogtreecommitdiffstats
path: root/extract_pages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extract_pages.sh')
-rwxr-xr-xextract_pages.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/extract_pages.sh b/extract_pages.sh
deleted file mode 100755
index c49a0c4..0000000
--- a/extract_pages.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-npages=$(djvused -e 'n' $1)
-
-for i in $(seq 1 $npages); do
- djvused -e "select $i;output-txt" $1 >page${i}.djvutxt
-done