Files
syncthing-android/scripts/debug/win/adb-forward-webui.cmd
2025-08-22 18:55:39 +02:00

9 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:18385 tcp:8385
start https://127.0.0.1:18385
echo Done.
timeout 3