I hereby claim:
- I am abrad1212 on github.
- I am abrad1212 (https://keybase.io/abrad1212) on keybase.
- I have a public key ASBWHWu4bzm0feCSDomy7bqyRa_Ek2LOg9nU0uCgAgEPLgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Usage | |
| # bash badjpegs.sh Cats/ > errors.txt | |
| # Then check errors.txt for the bad JPEGs | |
| find $1 -name '*.jpg' | while read FILE; do | |
| if [[ $(identify -format '%f' "$FILE" 2>/dev/null) != $FILE ]]; then | |
| echo "$FILE" | |
| fi |
| document.body.contentEditable='true'; document.designMode='on'; void 0 |