mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-01-10 05:04:26 +01:00
2 lines
45 B
Bash
2 lines
45 B
Bash
|
for i in ./*.pdf; do pdfcrop "$i" "$i"; done
|