This commit is contained in:
louiscklaw
2025-02-01 02:10:52 +08:00
commit faf8366e53
40 changed files with 32528 additions and 0 deletions

8
gitUpdate.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -ex
git add .
git commit -m'update,'
git push