Files
askjyee/gitUpdate.sh
louiscklaw 854162a2bf update,
2025-02-01 02:00:06 +08:00

10 lines
75 B
Bash
Executable File

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