Merge pull request #32 from AuxXxilium/dev

update: enhance
This commit is contained in:
AuxXxilium 2024-08-31 09:13:28 +02:00 committed by GitHub
commit 6fc71fb1b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,6 +159,9 @@ FILESPATH="${HOME}/files"
while read -r M A; do
MODEL=$(echo ${M} | sed 's/d$/D/; s/rp$/RP/; s/rp+/RP+/')
getDSM "${MODEL}" "${A}"
git config --global user.email "info@auxxxilium.tech"
git config --global user.name "AuxXxilium"
git fetch -b main --single-branch
git add .
git commit -m "${MODEL}: update $(date +%Y-%m-%d" "%H:%M:%S)"
git push -f