mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 13:58:20 +03:00
5 lines
117 B
Bash
5 lines
117 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
javac CheckTranslations.java
|
||
|
find app/src -name "*.xml" | grep values | xargs java CheckTranslations -r
|