mirror of
https://github.com/sebaschi/dotfiles.git
synced 2026-02-14 09:54:21 +01: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"
|