mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
5 lines
107 B
Bash
Executable file
5 lines
107 B
Bash
Executable file
#!/bin/bash
|
|
./dbs_min_generate.sh
|
|
git add dbs_min/
|
|
git commit -m "dbs_min update" >/dev/null 2>&1
|
|
git push
|