Files
004_comission/vpang9591/task1/gitUpdate.sh
louiscklaw e0e7059395 update,
2025-01-31 20:08:11 +08:00

10 lines
75 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
git add .
git commit -m'update,'
git push