Skip to content

Instantly share code, notes, and snippets.

@mirland
Created September 17, 2018 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mirland/dba8b71712d4aa402bc0c0b9e8999935 to your computer and use it in GitHub Desktop.
Save mirland/dba8b71712d4aa402bc0c0b9e8999935 to your computer and use it in GitHub Desktop.
#!/bin/bash
group=`id -g -n`
sudo chown root:$group adb
sudo chmod 4550 adb
sudo ./adb kill-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment