projects
/
scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7175dc
)
Added a message when an image is checked for date.
author
Francois Fleuret
<francois@fleuret.org>
Tue, 14 Jun 2011 06:51:23 +0000
(08:51 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Tue, 14 Jun 2011 06:51:23 +0000
(08:51 +0200)
archivepics.sh
patch
|
blob
|
history
diff --git
a/archivepics.sh
b/archivepics.sh
index
d6a1742
..
783effd
100755
(executable)
--- a/
archivepics.sh
+++ b/
archivepics.sh
@@
-72,6
+72,8
@@
for i in "$@"; do
if [[ -f ${ref} ]]; then
+ echo "Checking ${ref} date"
+
TAG=$(exif --ifd=EXIF -t "Date and Time (original)" "${ref}" | grep Value)
if [[ ${TAG} ]]; then