ctpv/prev/any.sh
Nikita Ivanov 53c19055b6
Minor
2022-06-18 15:35:27 +05:00

6 lines
71 B
Bash

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