Skip to content

Instantly share code, notes, and snippets.

View konstantingoretzki's full-sized avatar

Konstantin Goretzki konstantingoretzki

View GitHub Profile
@konstantingoretzki
konstantingoretzki / multiDecrypt.sh
Last active October 10, 2019 13:49
multiDecrypt - decrypt those password protected pdfs
#!/bin/bash
# multiDecrypt - decrypt those password protected pdfs
# Usage: ./multiDecrypt <path> <password>
# Dependency: qpdf
SAVEIFS=$IFS
IFS=$(echo -en "\n\b")