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
4aee1f7fcc
ctpv
/
sh
/
prev
/
any.sh
8 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Autogenerate dependency table
2022-06-18 17:50:57 +02:00
# any: exiftool cat
Print file and linenum on errors Add more macros for printing errors
2022-05-24 02:27:07 +02:00
if
exists exiftool
;
then
Minor
2022-06-18 12:35:27 +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
Minor
2022-06-18 12:35:27 +02:00
cat <
"
$f
"
Print file and linenum on errors Add more macros for printing errors
2022-05-24 02:27:07 +02:00
fi
Reference in New Issue
Copy Permalink