5 lines
129 B
Bash
Executable File
5 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
echo you need to plug in the quest via usb on first run for the session
|
|
adb tcpip 5555
|
|
adb connect 192.168.38.3:5555
|