mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
add dbs_min tools for Linux
This commit is contained in:
parent
d9e2f2dc69
commit
43c39e1df7
2 changed files with 9 additions and 0 deletions
4
dbs_min_generate.sh
Executable file
4
dbs_min_generate.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
# rm -rf dbs_min
|
||||
node autotools/dbcompiler/task.js
|
||||
echo "Generated: $(date +'%d/%m/%Y')" > dbs_min/timestamp.log
|
||||
5
dbs_min_generate_and_publish.sh
Executable file
5
dbs_min_generate_and_publish.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
./dbs_min_generate.sh
|
||||
git add dbs_min/
|
||||
git commit -m "dbs_min update" >/dev/null 2>&1
|
||||
git push
|
||||
Loading…
Add table
Add a link
Reference in a new issue