NetGuard/strings.sh

8 lines
431 B
Bash
Raw Normal View History

#!/bin/bash
2015-11-30 12:08:51 +00:00
grep -RIl "\<string name=\"msg_terms" app/src/main/res | xargs sed -i -e '/msg_terms/d'
grep -RIl "\<string name=\"msg_voluntary" app/src/main/res | xargs sed -i -e '/msg_voluntary/a\
\ \ <string name="msg_terms">By donating you agree to the <a href="http://www.netguard.me/#terms">terms &amp; conditions</a></string>'
2015-11-21 08:48:33 +00:00
2015-11-29 08:01:24 +00:00
#grep -RIl "\<string name=\"setting_screen_wifi" app/src/main/res | xargs sed -i -e 's/xxx/yyy/g'