Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADB reboot script #1010

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

anirudh8860
Copy link

@anirudh8860 anirudh8860 commented Jan 22, 2019

As a developer, I thought there might be some instances you need to reboot the entire test farm. But it is much cumbersome to just do it manually one by one.

So I just added a script from which you can reboot all the devices connected to a machine by just running this script called adb_reboot.sh

This script works both on Linux distros and MacOS

Before running, just allow this script modification access by running chmod a+x adb_reboot.sh

@anirudh8860
Copy link
Author

@sorccu please look if this is of relevance

Copy link

@jupe jupe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before running, just allow this script modification access by running chmod a+x adb_reboot.sh

propose to add execute access directly to git: git add --chmod=+x adb_reboot.sh ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants