This commit is contained in:
louiscklaw
2025-01-31 21:40:42 +08:00
parent 9a15bbea05
commit 04a4edce00
8 changed files with 308 additions and 0 deletions

11
saralai19981321/gitUpdate.sh Executable file
View File

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