10 lines
320 B
Bash
10 lines
320 B
Bash
cd app/src/main/res
|
|
|
|
grep -RIl 'LeOSium Project' | xargs sed -i 's/LeOSium Project/Harvey186/g'
|
|
grep -RIl ' BrowserWorks' | xargs sed -i 's/ BrowserWorkd/ Harvey186/g'
|
|
grep -RIl ' Waterfox' | xargs sed -i 's/Waterfox/LeOSium/g'
|
|
|
|
cd ../../../..
|
|
grep -RIl 'www.google.com' | xargs sed -i 's/www.google.com/leos-gsi.de/g'
|
|
|