My configuration files
[[ 🗃
^qn870 konfigz
]] ::
[📥 Inbox]
[📤 Outbox]
[💥 Errbox]
[🐤 Followers]
[🤝 Collaborators]
[🏗 Projects]
[🛠 Commits]
[⑂ Forks]
Clone
HTTPS:
git clone https://fig.fr33domlover.site/repos/qn870
SSH:
git clone USERNAME@fig.fr33domlover.site:qn870
Branches
Tags
resajz.sh
#!/bin/bash
vse=$(ls *.JPG | wc -l)
ste=1
for f in *.JPG; do echo "$ste / $vse Converting $f"; convert "$f" -resize 1000 -auto-orient "tpload/1709_aut-swz_$(basename "$f" .JPG).jpg"; ((ste++)); done # za rotacijo dodaj -rotate 90