Skip to content

Instantly share code, notes, and snippets.

@bespr
Created January 6, 2019 16:01
Show Gist options
  • Save bespr/9d42d023bba597c97a2dfb42e89850c1 to your computer and use it in GitHub Desktop.
Save bespr/9d42d023bba597c97a2dfb42e89850c1 to your computer and use it in GitHub Desktop.
for f in *.jpg; do convert "$f" -resize 1600 small/"$f"; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment