Comments.

This commit is contained in:
Markus Birth 2015-10-22 22:49:23 +02:00
parent 1f557b43af
commit 15498985d9
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
#!/bin/sh
# Finds all JPG files and sets their file date to date from EXIF.
find -type f -iname '*.jpg' -print0 | xargs -0 exiv2 mv -T

View File

@ -1,5 +1,6 @@
#!/bin/sh
if [ -z "$1" -o -z "$2" ]; then
echo "Sets EXIF date to DATE."
echo "Syntax: $0 DATE FILE1 [FILE2 [..FILEn]]"
exit 1
fi