Skip to content

Instantly share code, notes, and snippets.

@hmartiniano
Created February 22, 2016 15:59
Show Gist options
  • Save hmartiniano/bcfd591ceb3fd7fc82e8 to your computer and use it in GitHub Desktop.
Save hmartiniano/bcfd591ceb3fd7fc82e8 to your computer and use it in GitHub Desktop.
#!/bin/bash
# make a multi-resolution favicon from a png image
convert favicon.png -define icon:auto-resize=64,48,32,16 favicon.ico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment