Files
vihuwach/gitUpdate.sh
louiscklaw faf8366e53 update,
2025-02-01 02:10:52 +08:00

9 lines
73 B
Bash
Executable File

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