7 lines
91 B
Batchfile
7 lines
91 B
Batchfile
5 years ago
|
@echo off
|
||
|
|
||
|
echo updateing phrase work
|
||
|
bin\translation_tools inject_clause
|
||
|
echo Done.
|
||
|
pause
|