kopia lustrzana https://github.com/TeamNewPipe/NewPipe
5 wiersze
117 B
Bash
5 wiersze
117 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
javac CheckTranslations.java
|
||
|
find app/src -name "*.xml" | grep values | xargs java CheckTranslations -r
|