ctpv/sh/prev/any.sh

8 lines
92 B
Bash
Raw Normal View History

2022-06-18 17:50:57 +02:00
# any: exiftool cat
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