mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 06:11:19 +00:00
7 lines
147 B
Batchfile
7 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
|