]> Sergey Matveev's repositories - dotfiles.git/commitdiff
exec won't hurt
authorSergey Matveev <stargrave@stargrave.org>
Sun, 8 Sep 2024 16:38:52 +0000 (19:38 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 8 Sep 2024 16:38:52 +0000 (19:38 +0300)
img/bin/my-exifrm

index 32005d870e5beac89d4b1fe9f9a034766c893bc5..8e79185f4cbfd072846a9e05f25459ed53279921 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-exiftool -all= -TagsFromFile @ -ColorSpaceTags -overwrite_original "$1"
+exec exiftool -all= -TagsFromFile @ -ColorSpaceTags -overwrite_original "$1"