aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/print8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/print b/bin/print
index e0d3d6e..c1c6b2e 100755
--- a/bin/print
+++ b/bin/print
@@ -34,14 +34,6 @@ help() {
EOF
}
-mkdtemp() {
- name="$(echo 'mkstemp(template)' |
- m4 -D template="${TMPDIR:-/tmp}/m4-tmpname.")"
- rm -f "$name"
- mkdir "$name"
- echo "$name"
-}
-
n_pages() {
pdftk "$1" dump_data | awk '/NumberOfPages/ { print $2 }'
}