clean up
This commit is contained in:
parent
67de6424d5
commit
b2f5947139
16 changed files with 50928 additions and 154 deletions
13
digest.sh
Normal file
13
digest.sh
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
|
||||
source "${SCRIPT_DIR}/setup.sh"
|
||||
|
||||
if [ -f "${DB}" ]; then
|
||||
rm -r "${DB}"
|
||||
fi
|
||||
|
||||
"${VENV}/bin/collect-scan" \
|
||||
--dir "${OUT_SCAN}" \
|
||||
--db "${DB}" \
|
||||
--androzoo-list "${ANDROZOO_LASTEST}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue