This commit is contained in:
louiscklaw
2025-02-06 03:58:09 +08:00
commit cf096bd63b
6 changed files with 49 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