ctpv/prev/any.sh
2022-05-29 20:13:10 +05:00

6 lines
66 B
Bash

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