diff --git a/jpg-add-comment.sh b/make_exif-name.sh old mode 100644 new mode 100755 similarity index 96% rename from jpg-add-comment.sh rename to make_exif-name.sh index 5783867..40965cb --- a/jpg-add-comment.sh +++ b/make_exif-name.sh @@ -1,7 +1,7 @@ #!/bin/bash # Add a exif-comment to all JPEG-Files from this directory and all subdirectorys # -# (c) LUG-VS (GPL) +# (c) by Ulf Bartholomäus ub1x@gmx.net VERSION="make_exif-name.sh Version 0.0.2 from 23.10.2005" # # Input: comment text @@ -29,4 +29,3 @@ echo "Write Comment: <"${COMMENTSTEXT}">" # -p Preserve timestamps (atime + mtime) when doing inplace editing. # -c Set jpeg comment tag to . find . -type f -name "${JPEGFILEFILTER}" -exec exiftran -ibp -c "${COMMENTSTEXT}" {} \; -