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