Files
lantislilsh2/gitUpdate.sh
2025-02-01 02:03:22 +08:00

11 lines
99 B
Bash
Executable File

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