Files
raymondyaaa/gitUpdate.sh
2025-02-01 02:04:47 +08:00

12 lines
99 B
Bash
Executable File

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