mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
quick uninstall script since I can't remember the syntax
This commit is contained in:
parent
f9518d5a87
commit
c897aefb7e
1 changed files with 5 additions and 0 deletions
5
xwords4/android/scripts/uninstall.sh
Executable file
5
xwords4/android/scripts/uninstall.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
for DEVICE in $(adb devices | grep '^emulator' | sed 's/device//'); do
|
||||
adb -s $DEVICE uninstall org.eehouse.android.xw4
|
||||
done
|
Loading…
Add table
Reference in a new issue