ctpv/prev/any.sh

6 lines
71 B
Bash
Raw Normal View History

if exists exiftool; then
2022-06-18 12:35:27 +02:00
exiftool -- "$f" || true
else
2022-06-18 12:35:27 +02:00
cat < "$f"
fi