Skip to content

Commit

Permalink
Added 5 so that it can detect 5 connected devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokesh Choudhary committed Mar 18, 2016
1 parent 445808e commit 2428152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_remove_0.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
bold=$(tput bold)
normal=$(tput sgr0)

for i in 1 2 3 4 #Currently max 5 connected devices are supported
for i in 1 2 3 4 5 #Currently max 5 connected devices are supported
do
a=$(adb devices|awk -F 'device' '{print $1}'|sed '1d'|tr -d '\n'|tr '[[:blank:]]/' ','|awk -v b="$i" -F ',' '{print $b}')
if [ ! -z "$a" ]; then
Expand Down

0 comments on commit 2428152

Please sign in to comment.