mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-03-22 15:40:07 +01:00
2 lines
45 B
Bash
2 lines
45 B
Bash
![]() |
for i in ./*.pdf; do pdfcrop "$i" "$i"; done
|