This commit is contained in:
louiscklaw
2025-01-31 21:09:35 +08:00
parent 235b44cf96
commit 130daf5bae
3 changed files with 15 additions and 0 deletions

12
pymtcfwnxb/gitUpdate.sh Executable file
View File

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