This website requires JavaScript.
Explore
Help
Sign In
Karl
/
BobStore
Watch
1
Star
0
Fork
0
You've already forked BobStore
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
BobStore
/
tools
/
fix-ellipsis.sh
6 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
Add fix-ellipsis script
2014-01-08 13:09:41 +01:00
#!/bin/bash -x
# Fix TypographyEllipsis programmatically
Don't use find in fix-ellipsis
2014-01-29 23:44:49 +01:00
sed -i
's/\.\.\./…/g'
res/values*/*.xml
Reference in New Issue
Copy Permalink