mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03: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
|