From: Sergey Matveev Date: Sat, 25 Jun 2022 11:05:01 +0000 (+0300) Subject: exifrm.sh friendliness to spaces X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=ac966231dfcac8990351ebf95c8c95a92cc41ec9;hp=739b48b5755e1c3668bb29123cde5e58641c90e2;p=dotfiles.git exifrm.sh friendliness to spaces --- diff --git a/img/bin/exifrm.sh b/img/bin/exifrm.sh index 0474704..d35035f 100755 --- a/img/bin/exifrm.sh +++ b/img/bin/exifrm.sh @@ -1,3 +1,3 @@ #!/bin/sh -exiftool -all= -overwrite_original $@ +exiftool -all= -overwrite_original "$1"