mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 15:29:18 -04:00
6 lines
101 B
Bash
Executable File
6 lines
101 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
# Fix TypographyEllipsis programmatically
|
|
|
|
sed -i 's/\.\.\./…/g' res/values*/*.xml
|