This commit is contained in:
louiscklaw
2025-01-31 21:17:06 +08:00
parent acf9d862ff
commit 63361c7658
56 changed files with 35829 additions and 0 deletions

11
raymondyaaa/gitUpdate.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -ex
git add .
git commit -m"update raymondyaaa,"
git push
echo "done"