ctpv/prev/any.sh
Nikita Ivanov f37e3a1885
Print file and linenum on errors
Add more macros for printing errors
2022-05-24 05:40:50 +05:00

6 lines
58 B
Bash

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