Skip to content

Commit d154243

Browse files
authored
Update batch_uninstall.sh
1 parent 687e704 commit d154243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell/batch_uninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
adb shell wait-for-device
3+
adb wait-for-device
44
echo start remove...
55

66
for package in `adb shell pm list package -3 | cut -d : -f 2 | tr -d "\r"`

0 commit comments

Comments
 (0)