mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
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.
4 lines
No EOL
105 B
Batchfile
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 |