Skip to content

Instantly share code, notes, and snippets.

@zolotyh
Created December 3, 2019 19:35
Show Gist options
  • Save zolotyh/3d6835096e98a356681629c6312884da to your computer and use it in GitHub Desktop.
Save zolotyh/3d6835096e98a356681629c6312884da to your computer and use it in GitHub Desktop.
#!/bin/sh
for i in *.heic; do sips -s format jpeg -s formatOptions best "${i}" --out "${i%heic}.jpg" && touch -r "${i}" "${i%heic}.jpg"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment