From bd3be26c0494fe9b17b86df196a48eb8b2d47f30 Mon Sep 17 00:00:00 2001 From: "Francois B (Makoto)" Date: Mon, 2 Oct 2017 23:05:30 +0200 Subject: [PATCH] minor cleaning in comments --- wpfind | 1 - 1 file changed, 1 deletion(-) diff --git a/wpfind b/wpfind index 83e5bdf..a91d5c4 100755 --- a/wpfind +++ b/wpfind @@ -122,7 +122,6 @@ function wpFind () { fi # if file elif [ -f "$pic" ]; then - #i=$(($i+1)) # if file type is a picture if [[ $(file --mime-type -b "$pic") == image/*g ]]; then pic_w_size=$(identify -format %w $pic)