Skip to content

Commit

Permalink
Added ANDROID_SERIAL section
Browse files Browse the repository at this point in the history
  • Loading branch information
italankin authored Apr 24, 2021
1 parent 892f083 commit 2825f75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ $ adb -s $SELECTED_DEVICE shell input text password
$ adb -s $SELECTED_DEVICE shell input keyevent ENTER
```

You can also use `ANDROID_SERIAL` variable:

```sh
$ export ANDROID_SERIAL=`adbc`
$ adb shell # will be executed on the selected device
```

## Print version

Run `adbc` with `--adbc-version` option:
Expand Down

0 comments on commit 2825f75

Please sign in to comment.