This commit is contained in:
louiscklaw
2025-01-31 21:08:57 +08:00
parent b66952a762
commit fd583f2c63
2 changed files with 15 additions and 0 deletions

11
lantislilsh2/gitUpdate.sh Executable file
View File

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