mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-27 18:30:09 +00:00
7 lines
369 B
Bash
7 lines
369 B
Bash
#!/bin/bash
|
|
|
|
grep -RIl "\<string name=\"app_copyright" app/src/main/res | xargs sed -i -e '/app_copyright/a\
|
|
\ \ <string name="app_android">NetGuard requires Android 5.0 or later</string>'
|
|
|
|
#grep -RIl "\<string name=\"msg_bug" app/src/main/res | xargs sed -i -e '/aaa/d'
|
|
#grep -RIl "\<string name=\"setting_screen_wifi" app/src/main/res | xargs sed -i -e 's/xxx/yyy/g'
|