ctpv/prev/any.sh

6 lines
58 B
Bash
Raw Normal View History

if exists exiftool; then
exiftool "$f"
else
cat "$f"
fi