mirror of
https://github.com/sebaschi/dotfiles.git
synced 2026-04-01 07:15:15 +02:00
3 lines
84 B
Bash
Executable File
3 lines
84 B
Bash
Executable File
#!/usr/bin/env bash
|
|
qpdf --empty --pages $(ls -l | grep -v '^d' | sort) -- "$1.pdf"
|