mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
4 lines
125 B
Bash
Executable file
4 lines
125 B
Bash
Executable file
#!/bin/bash
|
|
# rm -rf dbs_min
|
|
node autotools/dbcompiler/task.js
|
|
echo "Generated: $(date +'%d/%m/%Y')" > dbs_min/timestamp.log
|