mirror of
https://github.com/sebaschi/dotfiles.git
synced 2025-11-08 18:14:27 +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"
|