8 lines
189 B
Bash
8 lines
189 B
Bash
|
cd Waterfox-Android/app/src/main/res
|
||
|
|
||
|
|
||
|
grep -RiIl ' BrowserWorks' | xargs sed -i 's/ BrowserWorkd/ Harvey186/g'
|
||
|
grep -RiIl ' Waterfox' | xargs sed -i 's/Waterfox/LeOSium/g'
|
||
|
|
||
|
cd ../../../..
|