minor cleaning in comments
This commit is contained in:
parent
e12e76ae12
commit
bd3be26c04
1 changed files with 0 additions and 1 deletions
1
wpfind
1
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)
|
||||
|
|
Loading…
Reference in a new issue