Skip to content

Instantly share code, notes, and snippets.

@previtus
Created October 9, 2017 17:34
Show Gist options
  • Save previtus/d517ebbc8688a8f34d828297a63db7f8 to your computer and use it in GitHub Desktop.
Save previtus/d517ebbc8688a8f34d828297a63db7f8 to your computer and use it in GitHub Desktop.
for file in *.jpg; do convert -crop 640x615+0+0 $file $file; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment