This commit is contained in:
louiscklaw
2025-03-16 01:18:25 +08:00
commit da4fd135a8
5 changed files with 371 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,'
echo "done"