Change murena cloud to murena workspace everywhere
- For https://gitlab.e.foundation/e/infra/backlog/-/issues/3067
- Used
grep -Rnw 'Murena Cloud'
andfind . -type f -exec sed -i "s/Murena Cloud/Murena Workspace/g" {} \;
😉
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
grep -Rnw 'Murena Cloud'
and find . -type f -exec sed -i "s/Murena Cloud/Murena Workspace/g" {} \;