mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
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:
parent
dfda510cb0
commit
a8b1053350
1 changed files with 4 additions and 0 deletions
4
dbs_min_generate_and_publish.cmd
Normal file
4
dbs_min_generate_and_publish.cmd
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue