Skip to content

Instantly share code, notes, and snippets.

View Gussi's full-sized avatar
📍
Staðsettur

Gunnsteinn Þórisson Gussi

📍
Staðsettur
View GitHub Profile
@Gussi
Gussi / make_favicon.sh
Last active May 22, 2017 16:35 — forked from nateware/make_favicon.sh
Imagemagick to create favicon.ico with 16x16 and 32x32 sizes in it
#!/bin/sh
# Generate bunch of favicons
if [ $# -ne 1 ]; then
echo USAGE: $0 favicon-original.png
exit 1
fi
ORIGINAL=$1