mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53:07 +01:00
f37e3a1885
Add more macros for printing errors
6 lines
58 B
Bash
6 lines
58 B
Bash
if exists exiftool; then
|
|
exiftool "$f"
|
|
else
|
|
cat "$f"
|
|
fi
|