mirror of https://github.com/M66B/NetGuard.git
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 &
|