install to everything by default

This commit is contained in:
Eric House 2012-07-01 12:53:36 -07:00
parent 89ffd972bf
commit 03f4236240

View file

@ -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