We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687e704 commit d154243Copy full SHA for d154243
1 file changed
shell/batch_uninstall.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-adb shell wait-for-device
+adb wait-for-device
4
echo start remove...
5
6
for package in `adb shell pm list package -3 | cut -d : -f 2 | tr -d "\r"`
0 commit comments