mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
8 lines
147 B
Batchfile
8 lines
147 B
Batchfile
|
@echo off
|
||
|
cls
|
||
|
cd /d "%~dps0"
|
||
|
REM
|
||
|
echo Pulling reviewed DE translation ...
|
||
|
tx pull -l de --mode reviewed -r "syncthing-android-1.stringsxml"
|
||
|
pause
|