mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-02 01:01:17 +00:00
8 lines
218 B
Batchfile
8 lines
218 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
|
|
start https://127.0.0.1:18384
|
|
echo Done.
|
|
timeout 3
|