Files
004_comission/raymondyaaa/gitUpdate.sh
louiscklaw 63361c7658 update,
2025-01-31 21:17:06 +08:00

12 lines
99 B
Bash
Executable File

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