it'd be a shame if you entered this in your terminal
u=$(gh api user --jq .login) && for r in bitchat bitchat-android; do gh repo clone permissionlesstech/$r && cd "$r" && gh repo create "$u/$r-for-india" --public && git remote set-url origin "git
@github.com:$u/$r-for-india.git" && git push -u origin --all && git push origin --tags && cd ..; done