This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # βββββββββββββββββββββββββββββββββββββββββββββ | |
| # DroidPair β ADB Wireless Pairing Tool (Mac) | |
| # Usage: droidpair -s | |
| # droidpair -d (debug: print raw dns-sd output) | |
| # βββββββββββββββββββββββββββββββββββββββββββββ | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' |