Skip to content

Instantly share code, notes, and snippets.

@caseymonc
caseymonc / iosResourceToAndroid.sh
Created October 3, 2013 22:19
Convert image resource files from an iOS project to image resource files with correct names and in proper directories for an Android project
#!/bin/bash
if [ -z "$1" ]
then
echo "Please enter the directory where your ios resource files reside"
else
if [ -z "$2" ]
then
echo "Please enter the base directory where you want your android resources to reside"
else