BobStore/tools/fix-ellipsis.sh
2014-03-22 13:20:36 +01:00

6 lines
122 B
Bash
Executable File

#!/bin/bash -x
# Fix TypographyEllipsis programmatically
sed -i -e 's/\.\.\./…/g' -e 's/ …/…/g' res/values*/*.xml