Detect-It-Easy/dbs_min_generate_and_publish.cmd
DosX a8b1053350 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.
2025-07-24 17:03:06 +03:00

4 lines
No EOL
105 B
Batchfile

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