Skip to content

Instantly share code, notes, and snippets.

View Fuseteam's full-sized avatar
🤪

Rahammetoela Toekiman Fuseteam

🤪
View GitHub Profile
@Fuseteam
Fuseteam / adbw
Last active November 25, 2025 13:41
wirelessly connect adb over ip and port discovered by nmap
#!/usr/bin/awk -f
# USAGE:
# download and save in ~/.local/bin (e.g. as adbw)
# make executable chmod +x ~/.local/bin/adbw
# run adbw 192.168.1.232
BEGIN{
FS = "[ /]"
ARGC=2