Skip to content

Instantly share code, notes, and snippets.

@alvinthen
alvinthen / prepare_icons.sh
Last active July 25, 2019 19:31 — forked from Lerg/prepare_icons.sh
Make all app icons with imagemagick, iOS and Android
#!/bin/sh
base=$1
if [ -z $base ]
then
echo No argument given
else
##
## iOS files
convert "$base" -resize 20x20! "Icon-20.png"