You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
find -regex '[^!]*' -type d -exec bash -c 'shopt -s nullglob; cd "{}" && pwd; for i in *.png; do pngcheck -q "$i" || { head -c 10 -z "$i" && echo && echo ; }; done' \; #we want to see a certain amount of bytes to determine if we're looking at a jpeg instead... this seems pretty good