mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
8 lines
188 B
Batchfile
8 lines
188 B
Batchfile
|
@echo off
|
||
|
REM
|
||
|
REM adb forward local_port to emulator_port
|
||
|
echo Running ADB to setup port forwarding on the emulated Android device ...
|
||
|
adb forward tcp:18384 tcp:8384
|
||
|
echo Done.
|
||
|
timeout 3
|