Skip to content

Instantly share code, notes, and snippets.

View enochchu's full-sized avatar
🐦
caw caw!

Enoch Chu enochchu

🐦
caw caw!
View GitHub Profile
@enochchu
enochchu / buildSprite.sh
Last active December 21, 2015 03:58 — forked from jaymzcd/buildSprite.sh
#!/bin/bash
# uses imagemagick to stich together all images in a folder and
# then writes a css file with the correct offsets along with a
# test html page for verification that its all good
if [ $# -gt 0 ]
then
if [ $3 ]
then