Skip to content

Instantly share code, notes, and snippets.

View ollej's full-sized avatar

Olle W ollej

View GitHub Profile
@ollej
ollej / multi_pdf.pl
Last active December 14, 2015 05:49 — forked from wki/multi_pdf.pl
#!/usr/bin/env perl
use Modern::Perl;
BEGIN {
if (@ARGV != 2) {
print STDERR "usage: $0 DIR OUTPUT\n";
exit 1;
}
}