Add script to generate and publish dbs_min

Introduces dbs_min_generate_and_publish.cmd, which runs the dbs_min_generate.cmd script, stages changes in the dbs_min directory, commits with a standard message, and pushes to the repository.
This commit is contained in:
DosX 2025-07-24 17:03:06 +03:00
commit a8b1053350

View file

@ -0,0 +1,4 @@
@echo off
call dbs_min_generate.cmd
git add dbs_min\
git commit -m "dbs_min update" >nul 2>&1 && git push