This website requires JavaScript.
Explore
Help
Sign In
extern
/
ctpv
Watch
1
Star
0
Fork
0
You've already forked ctpv
mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced
2024-11-24 22:03:06 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
39f1c78f99
ctpv
/
prev
/
any.sh
6 lines
66 B
Bash
Raw
Normal View
History
Unescape
Escape
Print file and linenum on errors Add more macros for printing errors
2022-05-24 02:27:07 +02:00
if
exists exiftool
;
then
Ignore exiftool errors
2022-05-29 17:13:10 +02:00
exiftool
"
$f
"
||
true
Print file and linenum on errors Add more macros for printing errors
2022-05-24 02:27:07 +02:00
else
cat
"
$f
"
fi
Reference in New Issue
Copy Permalink