4 lines
140 B
Bash
4 lines
140 B
Bash
# Helper for unfucking Adobe's stupid Portfolios
|
|
# TODO: Currently only merges, can we automatically extract?
|
|
pdftk $(ls -1v) cat output $1
|