Skip to content

Instantly share code, notes, and snippets.

@mrtc0
Created March 1, 2017 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrtc0/37fbabe13c09e2eafdba02c45acbc9fd to your computer and use it in GitHub Desktop.
Save mrtc0/37fbabe13c09e2eafdba02c45acbc9fd to your computer and use it in GitHub Desktop.
#!/bin/sh
for file in $1/*; do
echo "${file}"
convert -resize 128x128 ${file} ${file}.128x128.png
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment