Skip to content

Instantly share code, notes, and snippets.

@hannesstruss
Created October 4, 2013 06:21
Show Gist options
  • Save hannesstruss/6821722 to your computer and use it in GitHub Desktop.
Save hannesstruss/6821722 to your computer and use it in GitHub Desktop.
#!/bin/sh
SOURCE="/PFAD/ZU/Apps Native/Android/_Assets"
TARGET=/PFAD/ZU/openfish/GYG_Android/res
set -x
cp "$SOURCE/mdpi/$1" "$TARGET/drawable-ldpi/"
cp "$SOURCE/mdpi/$1" "$TARGET/drawable-mdpi/"
cp "$SOURCE/hdpi/$1" "$TARGET/drawable-hdpi/"
cp "$SOURCE/xhdpi/$1" "$TARGET/drawable-xhdpi/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment