Files
004_comission/_posts/_BUD 專項基⾦/gitUpdate.sh
louiscklaw 6c60a73f30 update,
2025-01-31 19:15:17 +08:00

12 lines
103 B
Bash
Executable File

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