Skip to content

Instantly share code, notes, and snippets.

@KhasMek
Created July 12, 2012 17:33
Show Gist options
  • Save KhasMek/3099525 to your computer and use it in GitHub Desktop.
Save KhasMek/3099525 to your computer and use it in GitHub Desktop.
a quick test to compare my aokp builds to the stock aosp ota's to make some sort of decent gapps.
#!/bin/bash
find ./ -exec test ! -e ../aokp/{} ";" -print | while read line
do
cp --parents -rf $line ../out
done
echo complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment