Skip to content

Instantly share code, notes, and snippets.

@ksm2
Created February 10, 2015 21:53
Show Gist options
  • Save ksm2/6f85d93c4dd710d02350 to your computer and use it in GitHub Desktop.
Save ksm2/6f85d93c4dd710d02350 to your computer and use it in GitHub Desktop.
Favicon CLI
#!/bin/sh
convert "$1" \
-channel rgba \
-alpha on \
-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