This commit is contained in:
louiscklaw
2025-01-31 19:13:58 +08:00
commit f1cc2ea546
9 changed files with 149 additions and 0 deletions

11
gitUpdate.sh Executable file
View File

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