Files
jamespong14205/gitUpdate.sh
2025-02-01 02:02:25 +08:00

12 lines
102 B
Bash
Executable File

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