Skip to content

Instantly share code, notes, and snippets.

View aresnick's full-sized avatar

Alec Resnick aresnick

View GitHub Profile
@aresnick
aresnick / install_pdftk.sh
Created November 25, 2015 23:19 — forked from rmehner/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; }