Files
004_comission/jamespong14205/gitUpdate.sh
louiscklaw c8cd212029 update,
2025-01-31 21:39:17 +08:00

12 lines
102 B
Bash
Executable File

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