Skip to content

Instantly share code, notes, and snippets.

@rxaviers
Created January 21, 2013 14:30
Show Gist options
  • Select an option

  • Save rxaviers/4586463 to your computer and use it in GitHub Desktop.

Select an option

Save rxaviers/4586463 to your computer and use it in GitHub Desktop.
#! /bin/bash
function generateIcon {
convert template/themeroller/icon/mask.png -background $COLOR -alpha shape - > /dev/null
}
I=1
COLOR="#999999"
for i in `seq 1 10000`; do
generateIcon
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment