I am trying to pass the files from find command to adb push like this:
find . -name "test0[4-8]*.py" -exec adb push {} \; /storage/emulated/0/ I get an error find: paths must precede expression: /storage/emulated/0/
How can I specify that /storage/emulated/0/ is not a path.