Go to file
2023-03-17 18:25:18 +01:00
change web site name Add 'change web site name' 2023-03-17 18:25:18 +01:00
clone_all.py Update 'clone_all.py' 2023-02-18 23:23:03 +01:00
README.md Update 'README.md' 2023-03-17 18:22:47 +01:00

clone_all_repositories

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' @