update _posts,

This commit is contained in:
louiscklaw
2025-02-01 01:58:37 +08:00
parent b3da7aaef5
commit d888d71e6d
42 changed files with 1271 additions and 7 deletions

11
_BUD 專項基⾦/gitUpdate.sh Executable file
View File

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