BobStore/tools/fix-ellipsis.sh

6 lines
114 B
Bash
Raw Normal View History

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