Files
004_comission/lantislilsh2/gitUpdate.sh
louiscklaw fd583f2c63 update,
2025-01-31 21:08:57 +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"