Skip to content

Instantly share code, notes, and snippets.

@dmitry
Created December 12, 2022 14:55
for f in ./*.JPG ; do recoverjpeg -m 100m -o ./fixed/ -f ${f%.JPG}.JPG ${f%.JPG}.JPG ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment