Skip to content

Instantly share code, notes, and snippets.

@ErickWendel
Created December 7, 2023 17:36
Show Gist options
  • Save ErickWendel/88c6005217841543960bb51b40740b7f to your computer and use it in GitHub Desktop.
Save ErickWendel/88c6005217841543960bb51b40740b7f to your computer and use it in GitHub Desktop.
for i in *.ARW; do sips -s format jpeg $i --out "${i%.*}.jpg"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment