rename bittic.org to TIC.CC, bittic.cn to tic.cc
This commit is contained in:
@@ -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 ..
|
||||
|
||||
Reference in New Issue
Block a user