mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-22 15:58:25 +00:00
4 lines
121 B
Bash
4 lines
121 B
Bash
|
#!/bin/sh
|
||
|
#apt-get install meld
|
||
|
meld app/src/main/res/xml-v14/preferences.xml app/src/main/res/xml-v21/preferences.xml &
|