BobStore/tools/fix-formats.sh
2014-04-25 10:22:42 +02:00

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