Files
HKSingleParty/03_source/mobile_old.del/gitUpdate.sh
2025-05-28 09:55:51 +08:00

9 lines
74 B
Bash
Executable File

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