mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-31 19:57:06 +01:00
install to everything by default
This commit is contained in:
parent
89ffd972bf
commit
03f4236240
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ APK=./bin/XWords4-debug.apk
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
[ $# -ge 1 ] && echo "Error: $1"
|
[ $# -ge 1 ] && echo "Error: $1"
|
||||||
echo "usage: $(basename $0) [-e] [-d] [-p /path/to/.apk]"
|
echo "usage: $(basename $0) [-e|-d] [-p /path/to/.apk]"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
DEVICES=""
|
DEVICES="$(adb devices | grep 'device$' | awk '{print $1}')"
|
||||||
|
|
||||||
while [ $# -ge 1 ]; do
|
while [ $# -ge 1 ]; do
|
||||||
case $1 in
|
case $1 in
|
||||||
|
|
Loading…
Add table
Reference in a new issue