From f9cdcd3638fffeee98d0e4ab6c821661c9cff724 Mon Sep 17 00:00:00 2001 From: ub1x Date: Mon, 1 Nov 2021 18:16:20 +0100 Subject: [PATCH] pg-add-comment.sh -> make_exif-name.sh umbenannt und im README.md aktualisiert --- jpg-add-comment.sh => make_exif-name.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename jpg-add-comment.sh => make_exif-name.sh (96%) mode change 100644 => 100755 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}" {} \; -