Skip to content

Instantly share code, notes, and snippets.

@jjsahalf
Last active March 23, 2017 00:28
Show Gist options
  • Save jjsahalf/b11e3be72d02f87cf407fc05448da374 to your computer and use it in GitHub Desktop.
Save jjsahalf/b11e3be72d02f87cf407fc05448da374 to your computer and use it in GitHub Desktop.
handy-shell-1
#!/bin/bash
find . -name "*apk" | while read line
do
cp -v $line /data/RedDroid/evaluation/withAndroidPackage/
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment