ctpv/prev/any.sh

6 lines
66 B
Bash
Raw Normal View History

if exists exiftool; then
2022-05-29 17:13:10 +02:00
exiftool "$f" || true
else
cat "$f"
fi