mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +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() {
|
||||
[ $# -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
|
||||
}
|
||||
|
||||
DEVICES=""
|
||||
DEVICES="$(adb devices | grep 'device$' | awk '{print $1}')"
|
||||
|
||||
while [ $# -ge 1 ]; do
|
||||
case $1 in
|
||||
|
|
Loading…
Reference in a new issue