Skip to content

Instantly share code, notes, and snippets.

View jpauwels's full-sized avatar

Johan Pauwels jpauwels

View GitHub Profile
@jpauwels
jpauwels / install_pdftk.sh
Last active May 23, 2017 12:30 — forked from dentarg/install_pdftk.sh
Install PDFTk without touching up the permissions
#!/usr/bin/env bash
# This is based on this excellent gist https://gist.github.com/jvenator/9672772a631c117da151
# Nothing of this is my original work, except that I made the download link an argument
# to this script, so it installs on OSX 10.11
#
# Thank you jvenator & sethetter
set -e
error() { info "$1"; exit 1; }