Skip to content

Instantly share code, notes, and snippets.

@lita
Created April 24, 2016 06:09
Show Gist options
  • Save lita/66e4dd99f0245844f445d5e9e92160c5 to your computer and use it in GitHub Desktop.
Save lita/66e4dd99f0245844f445d5e9e92160c5 to your computer and use it in GitHub Desktop.
copy drawbles folder
for subdir in *; do mv $subdir/iPhone\ 6\ –\ 36.png /Users/lita/Android/ghostgear/app/src/main/res/$subdir/splash.png; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment