Files
004_comission/jktjoeaj703/task1/gitUpdate.sh
louiscklaw 0c89a0db81 update,
2025-01-31 21:31:32 +08:00

11 lines
99 B
Bash
Executable File

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