rename bittic.org to TIC.CC, bittic.cn to tic.cc

This commit is contained in:
Luk Lu
2022-10-22 16:12:12 +08:00
parent 20bafeaac5
commit b64ce363bf
2 changed files with 61 additions and 3 deletions

View File

@@ -54,11 +54,11 @@ do
do
if [ -d "$repo/.git" ]
then
echo "---- git add-commit-push [`pwd`/$repo] ----"
cd "$repo"
echo "---- git commit & push [`pwd`/$repo] ----"
pushd "$repo"
git add . && git commit -m "$COMMIT_MESSAGE" && git push
echo ""
cd ..
popd
fi
done
cd ..