4 lines
105 B
Bash
4 lines
105 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
fd -e jpg -e png -e gif -e jpeg . content/ -x magick mogrify -auto-orient -strip {}
|