mirror of
https://github.com/Catfriend1/syncthing-android.git
synced 2025-11-05 13:29:46 +08:00
9 lines
149 B
Batchfile
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
|