From 03f423624094c00973272d95466e30dc46c7e856 Mon Sep 17 00:00:00 2001 From: Eric House Date: Sun, 1 Jul 2012 12:53:36 -0700 Subject: [PATCH] install to everything by default --- xwords4/android/scripts/install_all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/android/scripts/install_all.sh b/xwords4/android/scripts/install_all.sh index 1b5c56428..095146817 100755 --- a/xwords4/android/scripts/install_all.sh +++ b/xwords4/android/scripts/install_all.sh @@ -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