add dbs_min tools for Linux

This commit is contained in:
Benjamin Funke 2026-03-28 17:24:15 +01:00
commit 43c39e1df7
2 changed files with 9 additions and 0 deletions

4
dbs_min_generate.sh Executable file
View 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

View 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