mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-23 11:32:32 +01:00
5 lines
117 B
Bash
Executable File
5 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
javac CheckTranslations.java
|
|
find app/src -name "*.xml" | grep values | xargs java CheckTranslations -r
|