6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
# Fix StringFormatMatches programmatically
|
|
|
|
sed -i 's/\(%[0-9]\)%\([a-z]\)/\1$\2/g' res/values*/*.xml
|