Add 'change web site name'

This commit is contained in:
fossilfranv 2023-03-17 18:25:18 +01:00
parent 577759786c
commit f6d185012e

4
change web site name Normal file
View File

@ -0,0 +1,4 @@
to change the website:
cd to root dir of repos
then
grep -rli 'old-word' * | xargs -i@ sed -i 's/old-word/new-word/g' @