diff --git a/prev/any.sh b/prev/any.sh index a105eaa..62bef44 100644 --- a/prev/any.sh +++ b/prev/any.sh @@ -1,5 +1,5 @@ if exists exiftool; then - exiftool "$f" + exiftool "$f" || true else cat "$f" fi