Skip to content

Instantly share code, notes, and snippets.

@Marchuck
Created December 28, 2018 09:57
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 Marchuck/cc00f0be33daf01afc2a0a5a08fff030 to your computer and use it in GitHub Desktop.
Save Marchuck/cc00f0be33daf01afc2a0a5a08fff030 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in "${@:3}"
do
echo "generating $i x $i icon..."
sips -z $i $i $1 --out $2_$i.png
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment