mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2025-10-03 09:49:21 +02:00
4 lines
120 B
Bash
Executable file
4 lines
120 B
Bash
Executable file
#!/bin/bash
|
|
|
|
javac CheckTranslations.java
|
|
find app/src -name "*.xml" | grep values | xargs java CheckTranslations -d -r
|