Comments.
This commit is contained in:
parent
1f557b43af
commit
15498985d9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user