syncstuff/scripts/debug/adb_delete_config_xml.cmd
2025-05-12 19:36:09 +02:00

9 lines
149 B
Batchfile

@echo off
REM
:loopMe
adb shell su root rm /data/data/com.github.catfriend1.syncthingandroid.debug/files/config.xml
pause
goto :loopMe
REM
goto :eof