1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 14:21:16 +00:00
syncthing-android/adb_forward_webui.cmd

9 lines
218 B
Batchfile
Raw Normal View History

@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